(a) Find the errors in the following also explain what causes the error class Student int getid() private: int *id; int semester; string name3 double cgpa; static int totalStudent; return id; double getCgpa() return cgpas static int getSemester() public: Student () { id = new int(); return semesteri name = ""; cgpa = e, totalstudent++s void setCgpa(int c) const cgpa = cs void setSection(char sec) section = sec; Student (int *i,int s,string n, double c) id = is semester = s; static int getTotalStudent() name = "" cgpa = es totalStudent++; totalstudent =5; return totalstudent 3

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
int Student : : totalStudent - e;
int main()
{
Student s1;
cout<<s1.semester;
s1. setCgpa(3.5);
s1.setSection('B');
cout<<s1.getSemester ();
int i - 5,s = 4;
string n = "ahmed";
double c- 5;
Student s2(8i,s,n,c);
cout<<s2.getid();
cout<<s2.getTotalStudent ();
Transcribed Image Text:int Student : : totalStudent - e; int main() { Student s1; cout<<s1.semester; s1. setCgpa(3.5); s1.setSection('B'); cout<<s1.getSemester (); int i - 5,s = 4; string n = "ahmed"; double c- 5; Student s2(8i,s,n,c); cout<<s2.getid(); cout<<s2.getTotalStudent ();
QI:
(a) Find the errors in the following also explain what causes the error
class Student
int getid()
private:
int *id;
int semester;
string name;
double cgpa;
static int totalStudent;
return *id;
double getCgpa()
return cgpas
public:
static int getSemester()
Student () {
id = new int();
name = "";
cgpa = e;
totalStudent++
return semester;
void setCgpa(int c) const
cgpa = c;
void setSection(char sec)
Student (int *i,int s,string n, double c)
id = i;
section = sec;
static int getTotalStudent()
semester = s;
name = "";
cgpa = e;
totalstudent++;
totalStudent =5;
return totalStudent;
Transcribed Image Text:QI: (a) Find the errors in the following also explain what causes the error class Student int getid() private: int *id; int semester; string name; double cgpa; static int totalStudent; return *id; double getCgpa() return cgpas public: static int getSemester() Student () { id = new int(); name = ""; cgpa = e; totalStudent++ return semester; void setCgpa(int c) const cgpa = c; void setSection(char sec) Student (int *i,int s,string n, double c) id = i; section = sec; static int getTotalStudent() semester = s; name = ""; cgpa = e; totalstudent++; totalStudent =5; return totalStudent;
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY