Question: I need help with these codes in visual studio code the pictures have the code setup and then the picture following them is the instructions

I need help with these codes in visual studio code the pictures have the code setup and then the picture following them is the instructions Exercise 3: Modify the program so that when the numbers are the same it
prints the following lines:
The values are the same.
Hey that's a coincidence! // This program prints "You Pass" if a student's average is
//60 or higher and prints "You Fail" otherwise
// PLACE YOUR NAME HERE
#include Exercise 2: Modify the program so that it uses an if/else statement rather
than two if statements.
Exercise 3: Modify the program from Exercise 2 to allow the following cate-
gories: Invalid data (data above 100),' A ' category ),'B' category (80-
, "You Pass" category (60-79), "You Fail" category (0-59).
What will happen to your program if you enter a negative value such as -12?// This program illustrates the use of logical operators
// PLACE YOUR NAME HERE
#include
I need help with these codes in visual studio

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 Programming Questions!