Computers and Technology

Suppose you write the following program that prompts the user to enter the current year tuition and finds out how many years the tuition will be doubled. there is an error in the highlighted line. fix it. you don't need to write the complete new program, just circle the affected code and replace it with the new code.   import java. util. scanner; public class test { public static void main( string[] args) { scanner input = new scanner(system. in); system. out. print("enter the current year tuition: "); double tuition = input. nextdouble();   int year = 0;   while (tuition < 2 * tuition) { tuition = tuition * 1.07; year++; }   system. out. println("tuition will be doubled in " + year + " years"); system. out. printf("tuition will be $%.2f in %1d years ", tuition, year);   } }     fyi: highlighted line is [while (tuition < 2 * tuition)]

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 23:30, jhonpiper
For her science class, elaine is creating a presentation on weather in the united states. she wants to make the presentation beautiful and interesting by drawing simple cloud or wave shapes. which is the best way for elaine to draw these shapes?
Answers: 1
image
Computers and Technology, 23.06.2019 14:30, naomi20044
Select the correct answer. andy received a potentially infected email that was advertising products. andy is at risk of which type of security threat? a. spoofing b. sniffing c. spamming d. phishing e. typo-squatting
Answers: 2
image
Computers and Technology, 23.06.2019 15:00, puppylove899
Barbara is interested in pursuing a career in the science and math pathway. which qualifications will her reach that goal? a. an advanced knowledge of physics and math b. an advanced knowledge of engineering and math c. an advanced knowledge of physics and robotics an d. advanced knowledge of machinery and math
Answers: 1
image
Computers and Technology, 23.06.2019 17:00, ayoismeisjjjjuan
The camera still is bad even with the new iphone xr and especially in low light it is even worst because you can see the pixels more if its in low light. if all you apple customers want apple to fix this then lets fill there feedback with complaints about the can apple do to fix this issue?
Answers: 1
Do you know the correct answer?
Suppose you write the following program that prompts the user to enter the current year tuition and...

Questions in other subjects:

Konu
Chemistry, 09.11.2020 17:50
Konu
Mathematics, 09.11.2020 17:50
Konu
Mathematics, 09.11.2020 17:50
Konu
Mathematics, 09.11.2020 17:50