Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
Program is to define a class as student:
Program is to define a class as student and display the records specific depending upon the number
class student
{
private:
int roll,i;
char name[20],grade;
float per;
int marks[5],total;
int calculate()
per=total/5;
return per;
}
public:
student()// constructor assigning initial values
total=0;
void input();
void disp();
// void disp_spe();
};
void student::input()
cout<<" enter your name "< gets(name); cout<<" enter your roll no. "< cin>>roll; cout<<" enter the marks of five subjects "< for (i=0;i<=4;i++) { cin>>marks[i]; total=total+marks[i]; } } void student::disp() { clrscr(); cout<<" R E P O R T C A R D "<<"\n\n"; cout<<" The name is : "< cout<<" The marks of all subjects is :"<<"\n"; for (i=0;i<=4;i++) { cout< } calculate(); cout<<" The percentage is :"< if(per>=85) cout<<" The grade is : A"; else if(per>40) cout<<" the grade is : D"; else cout<<" The grade is : B"; } void student::disp_spe() { int rollno; cout<<" enter the students roll no. you want report card " cin>>rollno; if( void main() { clrscr(); student *data; data=new student; data->input(); data->disp(); data->disp_spe(); delete data; }
gets(name);
cout<<" enter your roll no. "< cin>>roll; cout<<" enter the marks of five subjects "< for (i=0;i<=4;i++) { cin>>marks[i]; total=total+marks[i]; } } void student::disp() { clrscr(); cout<<" R E P O R T C A R D "<<"\n\n"; cout<<" The name is : "< cout<<" The marks of all subjects is :"<<"\n"; for (i=0;i<=4;i++) { cout< } calculate(); cout<<" The percentage is :"< if(per>=85) cout<<" The grade is : A"; else if(per>40) cout<<" the grade is : D"; else cout<<" The grade is : B"; } void student::disp_spe() { int rollno; cout<<" enter the students roll no. you want report card " cin>>rollno; if( void main() { clrscr(); student *data; data=new student; data->input(); data->disp(); data->disp_spe(); delete data; }
cin>>roll;
cout<<" enter the marks of five subjects "< for (i=0;i<=4;i++) { cin>>marks[i]; total=total+marks[i]; } } void student::disp() { clrscr(); cout<<" R E P O R T C A R D "<<"\n\n"; cout<<" The name is : "< cout<<" The marks of all subjects is :"<<"\n"; for (i=0;i<=4;i++) { cout< } calculate(); cout<<" The percentage is :"< if(per>=85) cout<<" The grade is : A"; else if(per>40) cout<<" the grade is : D"; else cout<<" The grade is : B"; } void student::disp_spe() { int rollno; cout<<" enter the students roll no. you want report card " cin>>rollno; if( void main() { clrscr(); student *data; data=new student; data->input(); data->disp(); data->disp_spe(); delete data; }
for (i=0;i<=4;i++)
cin>>marks[i];
total=total+marks[i];
void student::disp()
clrscr();
cout<<" R E P O R T C A R D "<<"\n\n";
cout<<" The name is : "< cout<<" The marks of all subjects is :"<<"\n"; for (i=0;i<=4;i++) { cout< } calculate(); cout<<" The percentage is :"< if(per>=85) cout<<" The grade is : A"; else if(per>40) cout<<" the grade is : D"; else cout<<" The grade is : B"; } void student::disp_spe() { int rollno; cout<<" enter the students roll no. you want report card " cin>>rollno; if( void main() { clrscr(); student *data; data=new student; data->input(); data->disp(); data->disp_spe(); delete data; }
cout<<" The marks of all subjects is :"<<"\n";
cout< } calculate(); cout<<" The percentage is :"< if(per>=85) cout<<" The grade is : A"; else if(per>40) cout<<" the grade is : D"; else cout<<" The grade is : B"; } void student::disp_spe() { int rollno; cout<<" enter the students roll no. you want report card " cin>>rollno; if( void main() { clrscr(); student *data; data=new student; data->input(); data->disp(); data->disp_spe(); delete data; }
calculate();
cout<<" The percentage is :"< if(per>=85) cout<<" The grade is : A"; else if(per>40) cout<<" the grade is : D"; else cout<<" The grade is : B"; } void student::disp_spe() { int rollno; cout<<" enter the students roll no. you want report card " cin>>rollno; if( void main() { clrscr(); student *data; data=new student; data->input(); data->disp(); data->disp_spe(); delete data; }
if(per>=85)
cout<<" The grade is : A";
else if(per>40)
cout<<" the grade is : D";
else
cout<<" The grade is : B";
void student::disp_spe()
int rollno;
cout<<" enter the students roll no. you want report card "
cin>>rollno;
if(
void main()
student *data;
data=new student;
data->input();
data->disp();
data->disp_spe();
delete data;
Both malloc & new functions are utilized for dynamic memory allocations & the basic difference is: malloc need a special "typecasting" while it allocates memory for eg. if the poin
A function REPAT is specified below. Function REPAT(c in Char, i in Int, s in mString) return in mString pre 1 ≤ i ≤ the length of s. post The returned value is a string identic
limitations of increment operator
write c program to do the following : -fill 2 dimensional array (square matrix array with size=4). -ask the user to enter any integer number and add this number to the diagonals -o
Write a program to add co-ordinates of the plane The class having x and y co-ordinates. Create three objects. Use a constructor to pass one pair of co-ordinates and a funct
A palindrome is a string that reads the same from both the ends. Given a string S convert it to a palindrome by doing character replacement. Your task is to convert S to palindrome
in this problem u given a board in which some of the elements are placed as shown in diagram below .each element represent a color .fill the other elements in the board such that n
Explain the For Loop - Computer Programming? Similar to the while statement, for loop is an entry controlled loop and the code of the for loop will be executed itereatively. Th
A: This is a name that acts as an alias, or alternative name, for a beforehand defined variable or an object. prepending variable along with "&" symbol makes it as reference. fo
Write a program to find the area under the curve y = f(x) between x = a and x = b, integrate y = f(x) between the limits of a and b. The area under a curve betw .
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +1-415-670-9521
Phone: +1-415-670-9521
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd