+ 1
Plz help
How to unhide test case in project.. This is my code import java.util.Scanner; public class Program { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int days = scanner.nextInt(); System.out.println("Please enter days:"); int seconds = days * 24 * 60 * 60; System.out.println(seconds ); } }
2 Answers
+ 4
Pasan Peiris
Don't print anything else except just value
+ 2
Thank you AJ SoloHelper
Hot today
Please help, any idea?
2 Votes
Loop question, I've tried everything that I knew I just don't know. Please help me solve it out
1 Votes
What is wrong? Error on test.
1 Votes
Help me solve this (using loop)
1 Votes
Help me wiht python
1 Votes
how can i flip any word with c++
0 Votes