Reconstruct the if.else statement shown in Figure 3 using only the relational operator "<" in all conditions. Assume that the value of score is between 0 and 100 inclusive. if (score >= 90) cout<<"A+\n"; else if (score >= 80) cout<<"A\n"; else if (score >= 70) cout<<"B+\n"; else if (score >= 60) cout<<"B\n"; else cout<<"C\n";

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter6: Looping
Section: Chapter Questions
Problem 7RQ
icon
Related questions
icon
Concept explainers
Question
100%
Reconstruct the if..else statement shown in Figure 3 using only the relational operator
"<" in all conditions. Assume that the value of score is between 0 and 100 inclusive.
if (score >= 90)
cout<<"A+\n";
else if (score >= 80)
cout<<"A\n";
else if (score >= 70)
cout<<"B+\n";
else if (score >= 60)
cout<<"B\n";
else
cout<<"C\n";
Raiah 2, Denvata if
olco
Transcribed Image Text:Reconstruct the if..else statement shown in Figure 3 using only the relational operator "<" in all conditions. Assume that the value of score is between 0 and 100 inclusive. if (score >= 90) cout<<"A+\n"; else if (score >= 80) cout<<"A\n"; else if (score >= 70) cout<<"B+\n"; else if (score >= 60) cout<<"B\n"; else cout<<"C\n"; Raiah 2, Denvata if olco
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Control Structure
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning