subject
Engineering, 13.11.2019 18:31 pineapplepizaaaaa

Write your java code in the area on the right. use the run button to compile and run the code. clicking the run checks button will run pre-configured tests against your code to calculate a grade. import java. util. scanner; public class shadyrestroom2 { // modify the code below public static void main (string args[]) { int selection; int price; string result; final int queen = 1, king = 2, suite = 3; final int qprice = 125, kprice = 139, sprice = 165; final string qstring = "queen bed", kstring = "king bed", sstring = "suite with a king bed and pull-out couch", invalidstring = "an invalid option"; scanner in = new scanner(system. in); system. out. println("\t\n\nmenu\n"); system. out. println("(" + queen + ") " + qstring); system. out. println("(" + king + ") " + kstring); system. out. println("(" + suite + ") " + sstring); system. out. print("enter selection (1, 2, or 3) > > "); selection = in. nextint(); if(selection == queen) { result = qstring; price = qprice; } else if(selection == king) { result = kstring; price = kprice; } else if (selection == suite) { result = sstring; price = sprice; } else { result = invalidstring; price = 0; } system. out. println("you selected " + result + " $" + price); } }

ansver
Answers: 3

Another question on Engineering

question
Engineering, 03.07.2019 15:10
Apiston-cylinder with a volume of 0.25 m3 holds 1 kg of air (r 0.287 k/kgk) at a temperature of 100 c. heat transfer to the cylinder causes an isothermal expansion of the piston until the volume triples. how much heat is added to the piston-cylinder?
Answers: 3
question
Engineering, 04.07.2019 18:10
Coiled springs ought to be very strong and stiff. si3n4 is a strong, stiff material. would you select this material for a spring? explain.
Answers: 2
question
Engineering, 04.07.2019 18:10
Hydraulic fluid with a sg. of 0.78 is flowing through a 1.5 in. i.d. pipe at 58 gal/min. the fluid has an absolute viscosity of 11.8 x 105 lbf-sec/ft2. is the flow laminar, turbulent or within the critical range? give both a numerical reynolds number and a term answer.
Answers: 3
question
Engineering, 04.07.2019 18:10
What are the two (02) benefits, which may result from a successful implementation of preventive maintenance (pm) program in an organization? (clo3)a)- lean manufacturing b)-overlapping responsibilities c)-the planner is not qualified d)-accurate contractor information e)-reduction in equipment redundancies f)-accurate stores information
Answers: 3
You know the right answer?
Write your java code in the area on the right. use the run button to compile and run the code. click...
Questions
question
History, 11.12.2019 15:31
question
Computers and Technology, 11.12.2019 15:31
Questions on the website: 13722360