Given a non-negative integer, count the number of trailing zeros in its decimal representation. Trailing zeros are zeros at the end of the number before any non-zero digit. Return 0 for the integer 0 and return null for null input.

Examples:

Input: num = 1200 Output: 2 Explanation: The number ends with two zeros Input: num = 123 Output: 0 Explanation: No zeros at the end Input: num = 10000 Output: 4 Explanation: The number ends with four zeros Input: num = 0 Output: 0 Explanation: Zero has no trailing zeros by definition Input: num = null Output: null Explanation: Null input returns null
Apex Code Editor

Welcome to Lightning Challenge!

Create an Account

Sign up to track your progress, earn points, and compete with others. Your solutions will be saved automatically.

Create account

How It Works

  • • Write your solution in the code editor
  • • Connect your Salesforce org to test
  • • Submit to check if your solution passes
  • • Use hints if you get stuck

Contest Alert

🏆 #CodeEveryDay June 2026

Contest runs June 1 - 30. Complete challenges to climb the leaderboard!

Only the 30 daily challenges shown during this contest count toward points. Earlier dailies don't carry over.

Wally can't hear you

Please sign in to access the AI Assistant

Sign In