Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the code segment. IF ((courseGrade > 85) AND (finalExam > 90)) { finalGrade A } ELSE { IF ((courseGrade > 85) OR (finalExam

Consider the code segment. IF ((courseGrade > 85) AND (finalExam > 90)) { finalGrade ← "A" } ELSE { IF ((courseGrade > 85) OR (finalExam > 90)) { finalGrade ← "B" } ELSE { IF ((courseGrade > 65) AND (finalExam > 80)) { finalGrade ← "C" } ELSE { IF ((courseGrade > 60)) { finalGrade ← "D" } ELSE { finalGrade ← "F" } } } } For which values of courseGrade and finalExam will finalGrade have the value of "B"?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Probability And Statistical Inference

Authors: Robert V. Hogg, Elliot Tanis, Dale Zimmerman

9th Edition

321923278, 978-0321923271

More Books

Students also viewed these Algorithms questions