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 create a file student.dat:
Program is to create a file student.dat which contains all name, roll_no,marks(5 sub) and percentage
class student
{
private:
char name[20];
int roll;
int marks[5];
int total;
float perc;
public:
student()
total=0;
}
void input();
void output();
};
void student::input()
clrscr();
cout<<" enter your name ";
gets(name);
cout<<" enter your roll no. ";
cin>>roll;
cout<<" enter the marks of five subjects "<<"\n";
for (int i=0;i<5;i++)
cout<<" enter marks";
cin>>marks[i];
total=total + marks[i];
void student::output()
perc=total/5;
if (perc>=60)
cout<<" the name is "< cout<<" the total marks obtained out of (500) "< cout<<" the percentage "< } else cout<<" the percten tage is less then 60 "; } void main() { clrscr(); student info; fstream file; file.open("student.dat",ios::in|ios::out); int n; cout<<" enter the number for which u want to enter data"; cin>>n; for(int i=1;i<=n;i++) { info.input(); file.write((char *)& info,sizeof(info)); } file.close(); file.open("student.dat",ios::in); while(file) { file.write((char *)& info,sizeof(info)); info.output(); } file.close(); }
cout<<" the total marks obtained out of (500) "< cout<<" the percentage "< } else cout<<" the percten tage is less then 60 "; } void main() { clrscr(); student info; fstream file; file.open("student.dat",ios::in|ios::out); int n; cout<<" enter the number for which u want to enter data"; cin>>n; for(int i=1;i<=n;i++) { info.input(); file.write((char *)& info,sizeof(info)); } file.close(); file.open("student.dat",ios::in); while(file) { file.write((char *)& info,sizeof(info)); info.output(); } file.close(); }
cout<<" the percentage "< } else cout<<" the percten tage is less then 60 "; } void main() { clrscr(); student info; fstream file; file.open("student.dat",ios::in|ios::out); int n; cout<<" enter the number for which u want to enter data"; cin>>n; for(int i=1;i<=n;i++) { info.input(); file.write((char *)& info,sizeof(info)); } file.close(); file.open("student.dat",ios::in); while(file) { file.write((char *)& info,sizeof(info)); info.output(); } file.close(); }
else
cout<<" the percten tage is less then 60 ";
void main()
student info;
fstream file;
file.open("student.dat",ios::in|ios::out);
int n;
cout<<" enter the number for which u want to enter data";
cin>>n;
for(int i=1;i<=n;i++)
info.input();
file.write((char *)& info,sizeof(info));
file.close();
file.open("student.dat",ios::in);
while(file)
info.output();
obtain two numbers from thekey board,and determain and display(if either)is the larger of two numbers.
please do send me the coding of this program
Networking program development. 1.ARP protocol. 2.Switching HUB. 3.wireshark. 4.winpcap library. 5.C++ & MFC. 6.LAN evironment through switch and HUB(static ARP t
#question.gsdjfhjhjfkfk.
Observe that our model of evaluation allows for combinations whose operators are compound expressions. (a) Use this observation to describe the behavior of the following procedu
Byteland county is very famous for luminous jewels. Luminous jewels are used in making beautiful necklaces. A necklace consists of various luminous jewels of particular colour. Nec
Explain about the Floating point Constants in c language? A floating point constant is the number that contains either a fraction or decimal part. If an exponent is present its
Question Write a program using c++ for the above function , at a= 1000, b=10 -3 ,10 -2 ,10 -4
In this assignment, you will be modifying your Assign-05 code to use more inheritance. As well, in this assignment, you will be asked to use newand delete, throw and catch except
i need a detailed c program to explain the parameters of bernoulli''s equation..
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