- 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 RĂ©ponses
+ 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