#include<conio.h>
#include<stdio.h>
#include<iostream.h>
int main()
{
clrscr();
cout<<" mark of mathematics is :90\n";
cout<<" mark of computer is:77\n";
cout<<" mark of chemistry is :60\n";
getch();
return 0;
}
#include<stdio.h>
#include<iostream.h>
int main()
{
clrscr();
cout<<" mark of mathematics is :90\n";
cout<<" mark of computer is:77\n";
cout<<" mark of chemistry is :60\n";
getch();
return 0;
}
No comments:
Post a Comment