Tagged Questions
1
vote
3answers
1k views
Calculating Digital Root, is there a better way?
This is how i calculated the digital root of an integer.
import acm.program.*;
public class Problem7 extends ConsoleProgram
{
public void run()
{
println("This program calculates ...