#include<iostream>
using namespace std ; int main ( ) { int mark; cout<<"enter your mark"<<endl; cin>>mark; if(mark>=40) cout<<"congratulation! you have passed"; }
Post A Comment:
0 comments: