Home /
Expert Answers /
Computer Science /
show-trace-and-output-nbsp-in-the-fextbox-below-show-the-trace-and-output-of-the-following-program-pa480
(Solved): show trace and output In the fextbox below, show the trace and output of the following program ...
show trace and output
In the fextbox below, show the trace and output of the following program. 1 Import java.ut1l. *; 3 public class M2WLA2\{ 5 public static void main(String[] args) \{ 7 Scanner scnr - new Scanner(System. In); 9 Int assignments = scnr. nextInt(); // Assume that the input is 2 String day = scnr. next(); // Assume that thze input is "Monday" String time = scnr. next(); / / Assume that the input is \( { }^{\text {Sthat }} 11: 59^{-} \) String name = scnr. next(); // Assume that the input is your abc123 assignments - assignments * 2 ; System. out. print ("The number of assingments due " \( + \) day \( + \) " at \( "+ \) time); System.out. println(" are "+ assignments + "(n"); System, out. print("Program traced by: "); System. out. println(name); 3
import java.util.*; class W2WLA2 { public static void main(String[] args) { // program tracing is written in comments Scanner scnr = new Scanner(System.in); // Above statement is to take the