Question: My program won't run , can you help me fix the code 5 6 7 8 1 #include 2 #include 3 using namespace std; 4

My program won't run , can you help me fix the code
My program won't run , can you help me fix the code

5 6 7 8 1 #include 2 #include 3 using namespace std; 4 class student private: string name; int SRCODE; int total; 9 float percent; 10 public: 11 student(string, int, int, float); 12 void getDetails(); 13 void displayDetails() const; 14 15 16 student::student(string n, int code, int totals, float p){ 17 name=n; 18 SRCODE=code; 19 total=totals; 20 percent=p 21 } 22 23 void student::getDetails() { 24 cout>name; 26 cout>SRCODE; 28 cout>total; percent - (float)total/se* 100; 31 } 32 void student::displayDetails() const{ 33 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!