Question: Someone, please help code this. Lab 11 with design.cpp // Lab Homework 11 // Logical Operator AND and OR // Demonstrate how to use a

 Someone, please help code this. Lab 11 with design.cpp // LabHomework 11 // Logical Operator AND and OR // Demonstrate how to

Someone, please help code this. Lab 11 with design.cpp

// Lab Homework 11 // Logical Operator AND and OR // Demonstrate how to use a logical operator // with a Boolean expression. #include #include using namespace std; 1/ for to lower() int main() int numberOfCreditHours; float gpa; // Number of credit hours student has completed // The student's cumulative grade point average 1/ Ask the user two questions: cout > numberOfCreditHours; cout > gpa; cout ) 1/graduation message else if // () //raise gpa message else if // () 1/complete more credits message else // else is good enough, no logic expression needed - it's the only other possibility // raise gpa and earn more credits message cout

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!