Modify this code in the most simple way to make a program that turns days to seconds when days are entered | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Modify this code in the most simple way to make a program that turns days to seconds when days are entered

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 } }

23rd Sep 2022, 10:49 AM
<!--çØdÊ🔧hÆvèñSdõwn -->
<!--çØdÊ🔧hÆvèñSdõwn --> - avatar
2 Answers
+ 3
<!--çØdÊ🔧hÆvèñSdõwÑ🖥️gÜrÜ--> , please do a serious try of code so that we can see what the issue is. then link it here.
23rd Sep 2022, 2:16 PM
Lothar
Lothar - avatar
- 1
Guys please help me out with this task
23rd Sep 2022, 10:50 AM
<!--çØdÊ🔧hÆvèñSdõwn -->
<!--çØdÊ🔧hÆvèñSdõwn --> - avatar