Saturday 20 August 2011

CS201 Assignment Solution Needed



On Wed, Nov 3, 2010 at 8:48 PM, mc090407267 Shahbaz Ahmed Khurshid <mc090407267@vu.edu.pk> wrote:
Thanks a lot saba


On Wed, Nov 3, 2010 at 8:44 PM, Saba Noreen <saba119vu@gmail.com> wrote:
solution of cs201
using namespace std;

#include
#include


main()

{
int totalstudent=1;
int A =0,B=0;

char grad(1);

while (totalstudent <= 10)
{
cout"Please Enter Grade of student "totalstudent" :\n";
cin>>grad;
if (grad=='a' or grad =='A')
{
A = A+1;
totalstudent++;
}
else if (grad=='b' or grad =='B')
{
B += 1;
totalstudent++;
}
else
{
cout"\nPlease Enter 'A' or 'B' grade only! \n";

}
}

cout"Total No. of A Grades "A" :\n";


if (A <=2)
{
cout"\nYour class is Poor!\n";
}else if (A <=7)
cout"\nYour class is Good!\n";
else
{
cout"\nYour class is Brilliant!\n";
}
getche();

}




On 11/3/10, Sadia Sheikh <mc100400940@vu.edu.pk> wrote:
> i need cs201 n 402
>
> On 11/3/10, Saba Noreen <saba119vu@gmail.com> wrote:
>> agr mil gay to muj b send kr dana plz
>>
>> On 11/3/10, mc090407267 Shahbaz Ahmed Khurshid <mc090407267@vu.edu.pk>
>> wrote:
>>> Anyone please send me the solution of 1st Assignment of CS201 .. Thanks
>>> in
>>> advance
>>>
>>> --
>>> Best Regards,
>>> Shahbaz Ahmed
>>>
>>> --
>>> Contact to Admn. AamirAbbasMCS@gmail.com
>>>
>>> Send email to group at:  mcs-mit@googlegroups.com
>>> Visit For Previous Papers http://groups.google.com/group/mcs-mit/files
>>>
>>> Follow these Rules to stay long in Group:
>>> http://groups.google.com/group/mcs-mit/web/group-rules
>>>
>>
>> --
>> Contact to Admn. AamirAbbasMCS@gmail.com
>>
>> Send email to group at:  mcs-mit@googlegroups.com
>> Visit For Previous Papers http://groups.google.com/group/mcs-mit/files
>>
>> Follow these Rules to stay long in Group:
>> http://groups.google.com/group/mcs-mit/web/group-rules
>>
>
> --
> Contact to Admn. AamirAbbasMCS@gmail.com
>
> Send email to group at:  mcs-mit@googlegroups.com
> Visit For Previous Papers http://groups.google.com/group/mcs-mit/files
>
> Follow these Rules to stay long in Group:
> http://groups.google.com/group/mcs-mit/web/group-rules
>

--
Contact to Admn. AamirAbbasMCS@gmail.com

Send email to group at:  mcs-mit@googlegroups.com
Visit For Previous Papers http://groups.google.com/group/mcs-mit/files

Follow these Rules to stay long in Group:
http://groups.google.com/group/mcs-mit/web/group-rules



--
Best Regards,
Shahbaz Ahmed
0307-8879966

--
Contact to Admn. AamirAbbasMCS@gmail.com
 
Send email to group at: mcs-mit@googlegroups.com
Visit For Previous Papers http://groups.google.com/group/mcs-mit/files
 
Follow these Rules to stay long in Group:
http://groups.google.com/group/mcs-mit/web/group-rules

No comments:

Post a Comment

Note: only a member of this blog may post a comment.