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;
help in the development of program for assignment
How do you declare an integer variable? Explain with an example.
Should my constructors employ "assignment" or "initialization lists"?
The game of hangman may have originated in the Victorian era, and involves trying to guess a word by suggesting letters. The game is played as follows: A word is chosen and the pl
There are ''n'' ants on a ''n+1'' length rod. The ants are numbered from 1 to n and are initially placed at positions starting from position 1 till position n. They are moving eith
#include stdio.h> #include conio.h> #include ctype.h> #include string.h> void main() { int i=0,j=0,length; char a[30]; cl
base conversion
write a class player that contains attributes for player name,avg and team.write three functions to input,change and display these attributes.also write a constructor that asks for
how to create a flowchart? can you help me in my assignment about flowcharting ....
Reference Oddities A reference variable can demote to any integer variable, be it in an array or a member variable from structure or class. Reference variables can demote to co
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