Skip to content

Conversation

NayraKaline
Copy link

No description provided.

Scanner scan = new Scanner(System.in);
int t = scan.nextInt();
// Reading input from user
Scanner scan = new Scanner(System.in);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

excess space?

while (gt >= 10) {
gt = sod(gt);
}
while (gt >= 10) gt = sod(gt);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice to have

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants