Skip to main content

[vu-students] CS201 Easy And Simple Solution of 1st Assignment.

#include<iostream.h>
#include <conio.h>

main()
{
double engMarks;
double calMarks;
double compMarks;
double engGPA;
double calGPA;
double compGPA;
double CGPA;
char choice;
char grade;

do
{
cout<<"******************* Assessment System *******************"<<endl<<endl<<endl;
cout<<"\nEnter marks of English : \t";
cin>>engMarks;
cout<<"\n\nEnter marks of Computer : \t";
cin>>compMarks;
cout<<"\n\nEnter marks for Calculus : \t";
cin>>calMarks;
if(engMarks<40)
{
engGPA=0;
}
else
{
engGPA=(engMarks/100)*4;
}
if(calMarks<40)
{
calGPA=0;
}
else
{
calGPA=(calMarks/100)*4;
}
if(compMarks<40)
{
compGPA=0;
}
else
{
compGPA=(compMarks/100)*4;
}
CGPA = (engGPA + calGPA +compGPA)/3;



if (CGPA==4)
{
grade = 'A';
cout<<"\n\n\nGPA";
cout<<"\t\tGrade";
cout<<"\t\tRemarks"<<endl<<endl;
cout<<CGPA;
cout<<"\t\t"<<grade;
cout<<"\t\tExcellent"<<endl;

}
else if (CGPA>3.00 && 3.99>CGPA)
{
cout<<"\n\n\nGPA";
cout<<"\t\tGrade";
cout<<"\t\tRemarks"<<endl<<endl;
cout<<CGPA;
cout<<"\t\tB";
cout<<"\t\tGood"<<endl;
}
else if (CGPA>2.00 && 2.99>CGPA)
{
cout<<"\n\n\nGPA";
cout<<"\t\tGrade";
cout<<"\t\tRemarks"<<endl<<endl;
cout<<CGPA;
cout<<"\t\tC";
cout<<"\t\tSatisfactory"<<endl;;
}
else if (CGPA>1.6 && 1.99>CGPA)
{
cout<<"\n\n\nGPA";
cout<<"\t\tGrade";
cout<<"\t\tRemarks"<<endl<<endl;
cout<<CGPA;
cout<<"\t\tD";
cout<<"\t\tPass"<<endl;;
}
else if(CGPA==0)
{
cout<<"\n\n\nGPA";
cout<<"\t\tGrade";
cout<<"\t\tRemarks"<<endl<<endl;
cout<<CGPA;
cout<<"\t\tF";
cout<<"\t\tFail"<<endl;
}
if(compMarks <40 && engMarks<40 && calMarks<40)
{
cout<<"\n!You have to repeat English Subject"<<endl;
cout<<"\n!You have to repeat Calculus Subject"<<endl;
cout<<"\n!You have to repeat Computer Subject"<<endl;
}

else if(engMarks<40)
{
engGPA=0.0;
cout<<"\n\n\nGPA";
cout<<"\t\tGrade";
cout<<"\t\tRemarks"<<endl<<endl;
cout<<CGPA;
cout<<"\t\tD";
cout<<"\t\tPass"<<endl;
cout<<"\n!You have to repeat English Subject"<<endl;

}
else if(calMarks<40)
{
calGPA=0.0;
cout<<"\n\n\nGPA";
cout<<"\t\tGrade";
cout<<"\t\tRemarks"<<endl<<endl;
cout<<CGPA;
cout<<"\t\tD";
cout<<"\t\tPass"<<endl;
cout<<"\n!You have to repeat Calculus Subject"<<endl;
}
else if(compMarks<40)
{
compGPA=0.0;
cout<<"\n\n\nGPA";
cout<<"\t\tGrade";
cout<<"\t\tRemarks"<<endl<<endl;
cout<<CGPA;
cout<<"\t\tD";
cout<<"\t\tPass"<<endl;
cout<<"\n!You have to repeat Computer Subject"<<endl;
}


cout<<"\nDo you want to calculate another Resul? (y/n):\t";
cin>>choice;
system("cls");
}
while (choice=='y');
return (0);
}

Remember Me In Your Prayers

--
     


--
You received this message because you are subscribed to the Google
Groups "VU Students" group.
To post to this group, send email to vu-students@googlegroups.com
To unsubscribe from this group, send email to
vu-students+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/vu-students?hl=en_PK?hl=en

Comments

Popular posts from this blog

[vu-students] Urdu Love Letters ............ ahahahahahhahahah

  The One & Only .......... IRFAN. Italy. http://groups.yahoo.com/group/p_se_poetry   -- You received this message because you are subscribed to the Google Groups "VU Students" group. To post to this group, send email to vu-students@googlegroups.com To unsubscribe from this group, send email to vu-students+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/vu-students?hl=en_PK?hl=en

::: vuaskari.com ::: Success comes in surprises.

Saudi Student thanks Allah for his success … Read more:  http://www.themuslimtimes.org/2012/11/countries/saudi-arabia/saudi-student-thanks-allah-for-his-success#ixzz2CltzJ7dn  Blogger    http://khurrams-blogkm.blogspot.com/ Also contributes in..  http://vu-bytes.vu.edu.pk/ REGARDS BC100200226 Khurram Mobin -- We say, "Be one as Pakistani Nation and grow up for Pakistan's Future". Wish you all the best. Join www.vuaskari.com, To post to this group, send email to vuaskari_com@googlegroups.com Visit these groups: This (Main) Group: http://groups.google.com/group/vuaskari_com?hl=en?hl=en MIT/MCS Group: http://groups.google.com/group/vu_askarimit?hl=en?hl=en HRM Group: http://groups.google.com/group/askari_hrm?hl=en?hl=en Banking Group: http://groups.google.com/group/askari_banking?hl=en?hl=en Management: https://groups.google.com/group/vuaskari_mgt?hl=en Marketing: https://groups.google.com/group/vuaskari_mkt?hl=en MIS Group: http:/...

Re: ::: vuaskari.com ::: MCS Students Group

please send me solution of mth 202 quiz 1 On Sun, May 11, 2014 at 8:51 PM, Muhammad Asif < itsvividmirror@gmail.com > wrote: cs 604 605 607 610 catring stock On Thu, May 8, 2014 at 4:32 PM, Malik Aslam < malik693012@gmail.com > wrote: I am also student of MCS.  On Wed, May 7, 2014 at 3:50 PM, Zadee Ali < abdullah.313.27@gmail.com > wrote: i have also these subjects. On Tue, May 6, 2014 at 1:26 PM, Shahzad Ali < saim2.vti@gmail.com > wrote: i am mcs student 3rd semester On Tue, Apr 29, 2014 at 12:02 PM, Jasmine Khan < jasmine.khan3939@gmail.com > wrote: I can help. On Apr 29, 2014 9:36 AM, "Nadeem Abbas (BP/Acc)" < nadeem.abbas@haleebfoods.com > wrote: > > Is there any or more students of the following subjects of MCS and want to do combine study and help each others? > >   > > CS304-OOP > > CS401-Assembly > > CS607-AI > > CS614-Data W/H > > ...