- 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 } }
2 Respostas
+ 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.
- 1
Guys please help me out with this task