id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

james.shockey@austinisd.org > productOfDigits
prev  |  next  |  chance

LASA_AP_ForLoop_Set01_Problem02

Problem 2: Product of Digits
Problem: Given a non-negative integer n, return the product of all digits in the integer. If n is 0, return 1.


productOfDigits(1234) → 24
productOfDigits(4321) → 24
productOfDigits(102) → 0

...Save, Compile, Run (ctrl-enter)

public int productOfDigits(int n) { }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Copyright Nick Parlante 2017 - privacy