Print Friendly and PDF
#include<iostream>
using namespace std ;
int main ( )
{
int mark;
cout<<"enter your mark"<<endl;
cin>>mark;
if(mark>=40)
cout<<"congratulation! you have passed";
}
zubairsaif

Zubair saif

A passionate writer who loves to write on new technology and programming

Post A Comment:

0 comments: