Computer Programming with fun
Tuesday 18 October 2016
Marks greater than 60
#include <iostream>
using namespace std;
int main()
{
int marks;
cout<<"Enter you marks:";
cin>>marks;
if(marks>=60)
{
cout<<"You have passed";
}
else
cout<<"Fail";
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment