Ask your own question, for FREE!
Computer Science 5 Online
OpenStudy (anonymous):

Hi, can someone help me with this question? Is the rate for the first part .05? Am I suppose to do some sor to of calculation for finding both rates? I'm so confused. Consider the following partial program that assigns the value of the rate variable based on the values of the amount and level variables. double amount = 180; String level = "high"; double rate = 0.0; if ((amount >= 250) && (level.equals("low"))) { rate = .05; } // what is rate ??? if ((amount < 250) && (level.equals("low"))) { rate = .08; }

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!