Question 1: What is the output of each of the following Java codes? Q. Code 1 2 3 int myNum = 10; int yourNum = 30; if(yourNum % myNum ==3){ yourNum = 3; myNum = 1; } else if(yourNum % myNum ==2){ yourNum = 2; myNum = 2; } else { } System.out.println(myNum + +your Num); yourNum = 7; myNum = 8; int z=0; if(x>2) if(y>2){ Z= x+y; System.out.println("z is "+z); else System.out.println("x is "+x); Assume that the user enters the numbers: 5,3,9,7,0 import java.util.Scanner; public class Testing{ public static void main(String args[]){ Scanner input = new Scanner(System.in); int i,x=4,y=2,a,c=0,s=0; i=input.nextInt(); while(i!=0){ } a = s/c; if(iy)y=i; S+=i; C++; i = input.nextInt(); System.out.println(x); System.out.println(y); System.out.println(a); Output a) If x= 3, y = 2 b) If x= 3, y = 4 c) If x=2, y = 2

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Question 1: What is the output of each of the following Java codes?
Q. Code
2
int myNum = 10;
int your Num = 30;
if(yourNum % myNum ==3){
yourNum = 3;
myNum = 1;
else if(yourNum % myNum ==2){
yourNum = 2;
myNum = 2;
}
else {
}
System.out.println(myNum + +yourNum);
int z=0;
if(x>2)
if(y>2){
yourNum = 7;
myNum = 8;
Z= x+y;
}
else
System.out.println("z is "+z);
}}
System.out.println("x is "+x);
Assume that the user enters the numbers: 5,3,9,7,0
import java.util.Scanner;
public class Testing{
public static void main(String args[]){
Scanner input = new Scanner(System.in);
int i,x=4,y=2,a,c=0,s=0;
i = input.nextInt();
while(i!=0){
}
a = s/c;
||||
if(i<x)x=i;
if(i>y)y=i;
S+=i;
C++;
i= input.nextInt();
System.out.println(x);
System.out.println(y);
System.out.println(a);
Output
a) If x= 3, y = 2
b) If x= 3, y = 4
c) If x=2, y = 2
Transcribed Image Text:Question 1: What is the output of each of the following Java codes? Q. Code 2 int myNum = 10; int your Num = 30; if(yourNum % myNum ==3){ yourNum = 3; myNum = 1; else if(yourNum % myNum ==2){ yourNum = 2; myNum = 2; } else { } System.out.println(myNum + +yourNum); int z=0; if(x>2) if(y>2){ yourNum = 7; myNum = 8; Z= x+y; } else System.out.println("z is "+z); }} System.out.println("x is "+x); Assume that the user enters the numbers: 5,3,9,7,0 import java.util.Scanner; public class Testing{ public static void main(String args[]){ Scanner input = new Scanner(System.in); int i,x=4,y=2,a,c=0,s=0; i = input.nextInt(); while(i!=0){ } a = s/c; |||| if(i<x)x=i; if(i>y)y=i; S+=i; C++; i= input.nextInt(); System.out.println(x); System.out.println(y); System.out.println(a); Output a) If x= 3, y = 2 b) If x= 3, y = 4 c) If x=2, y = 2
Expert Solution
steps

Step by step

Solved in 3 steps with 5 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education