Question: c++ program consider the following source code: 1. Write the definition of read() function that read student name, department name, project name, and project degree.

"c++ program"
consider the following source code:
"c++ program" consider the following source code: 1. Write the definition of
1. Write the definition of read() function that read student name, department name, project name, and project degree.
2. Write the definition of print() function that print student name, department name, project name, and project degree.
3. Write the definition of setgrade() function that set the grade of student project according to project degree.
Grade is A for degree more than or equals 90
Grade is B for degree less than or equals 80

#include using namespace std; // student record----global var string name, department, proj; double proj_degree; char grade; // --function prototypes and defination- void read() () // read student record whose void print(0)// print student record void setgrade() // set grade according to proj_degree void main() { 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!