Answered step by step
Verified Expert Solution
Question
1 Approved Answer
D2L 1-3 zyBooks ParticipationX zy Section 1.37 - IT 145: Int x * 1.37.1- Basic output with X 1.37.1_Basic_output_wi x *Course Hero X & Order
D2L 1-3 zyBooks ParticipationX zy Section 1.37 - IT 145: Int x * 1.37.1- Basic output with X 1.37.1_Basic_output_wi x *Course Hero X & Order Preview X + D learn.zybooks.com/zybook/IT-145-J5175-OL-TRAD-UG.23EW5/chapter/1/section/37 S Credit Union of Em... Mario stuff Homepage | NuVal @ 4th Grade Capitaliz... IT 145: Intro to Software Development home > 1.37: Basic output with variables (Java) zyBooks catalog ? Help/FAQ @ Jonathan Anderson OutputWithVars.java Load default template... System. out. printIn("Enter integer: "); 9 userNum = scor . nextInt(); 10 11 System. out. printIn("You entered: "+ userNum); 12 System. out. printIn(userNum +" squared is "+ userNum * userNum); 13 System. out. printIn("And "+ userNum +" cubed is "+userNum * userNum * userNum + "! !"); 14 15 System. out. println("Enter another integer: "); 16 userNum1 = scnr . nextInt( ); 17 System. out. printIn(userNum +" + "+ userNum1 +" is "+ (userNum + userNum1) ); 18 System. out. printIn(userNum +" * "+ userNum1 +" i "+ userNum * userNum1) ; 19 20 21 22 23 24 return; 25 Develop mode Submit mode When done developing your program, press the Submit for grading button below. This will submit your program for auto-grading. Submit for grading Coding trail of your work What is this? 5/13 so, 0, 0, 0, 0,0 min: 9 Latest submission - 12:37 PM CDT on 05/13/23 Total score: 0 / 5 Download this submission Failed to compile OutputWithVars . java:25: error: reached end of file while parsing 1 error 790 Q Search G W P C hp 3 PS Ai 3. 12:43 PM 5/13/2023 8
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started