input 12 output 1036800 (java) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

input 12 output 1036800 (java)

import java.util.Scanner; public class Program { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int days = scanner.nextInt(); //your code goes here } }

1st Feb 2022, 10:28 AM
MD Rakin
MD Rakin - avatar
2 Answers
+ 2
1 minute = 60 seconds 1 hour = 60 minutes 1 day = 24 hours Now convert days to seconds
1st Feb 2022, 10:38 AM
A͢J
A͢J - avatar
0
please write the full code....
2nd Feb 2022, 12:06 PM
MD Rakin
MD Rakin - avatar