#include
#include
int main()
{
clrscr();
float a,b;
cout<<"Enter value of a: "; cin>>a;
cout<<"Enter value of b: "; cin>>b;
if(a>b)
cout<a)
cout< getch();
return 0;
}
Output:
Enter value of x: 12
Enter value of y: 15
Complete solution for electrical engineering interview question and answers for job.The information helps to solve electronics and electrical engineers interview question and answers.This electrical engineering blog helps engineers a lot.A group of tips is also given here along with C++ programming.
No comments:
Post a Comment