Computers and Technology
Computers and Technology, 24.11.2021 15:20, hellion

Q9) What will be the value of x and y after executing of the following segment? (Show your work) int x =3, p=8;
double y;

x = (int)(11 % x + x+p / x+p * 3.9 - x);

y = x / p * x;

System. out. println("x = " + x);
System. out. println("y = " + y);

Q10) Consider the following Program. Evaluate x and y. (Show your work) (5 m)
int y; double x;
x = 10 % 4 + 13 / 2 + 1.5;

y = 3 * 3 * 2 - 11 / 5;

System. out. println("x = " + x);
System. out. println("y = " + y);
System. out. println("x + y = " + x + y);
System. out. println("x + y = " + (x + y) );
System. out. println("x + y = " + ( (int)x + y) );
Q11) Show the value of x after the statement below is performed.
x = ( 3 * 9 * ( 3 + ( 9 * 3 / 3) )%7 ) ;

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 01:30, bri2728
Jason works as an accountant in a department store. he needs to keep a daily record of all the invoices issued by the store. which file naming convention would him the most? a)give the file a unique name b)name the file in yymmdd format c)use descriptive name while naming the files d)use capital letters while naming the file
Answers: 3
image
Computers and Technology, 23.06.2019 15:00, lopez7512
What is the total resistance in a circuit that contains three 60 ohm resistors connected in a series? a. 20 ohms b. 120 ohms c. 60 ohms d. 180 ohms
Answers: 2
image
Computers and Technology, 23.06.2019 19:40, Latoyajenjins1789
Use a physical stopwatch to record the length of time it takes to run the program. calculate the difference obtained by calls to the method system. currenttimemillis() just before the start of the algorithm and just after the end of the algorithm. calculate the difference obtained by calls to the method system. currenttimemillis() at the start of the program and at the end of the program so that the elapsed time includes the display of the result. use the value returned by the method system. currenttimemillis() just after the end of the algorithm as the elapsed time.
Answers: 3
image
Computers and Technology, 23.06.2019 22:50, christingle2004
What is an rss reader used for? for creating a user account on a social new site
Answers: 2
Do you know the correct answer?
Q9) What will be the value of x and y after executing of the following segment? (Show your work) i...

Questions in other subjects:

Konu
Mathematics, 29.12.2019 09:31
Konu
History, 29.12.2019 09:31
Konu
Social Studies, 29.12.2019 09:31