Program C++
#include<iostream>
using namespace std;
void main()
{
cout<<"Enter
favorite No"<<endl;
int n;
cin>>n;
cout<<n<<endl;
system("pause");
//Find the Maximum No between Three Nos' int i=10,o=20,k=30; if(i>o &&i>k) { cout<<"1st is g\n";...
No comments:
Post a Comment