Pembanding C++

# include <iostream>
# include <conio>
void main()
{
int m,n;
cout << " ";
cin >> m;
cout << " ";
cin >> n;
int max = m > n ?  m:n;
cout << "What is the number ? " << max;
getch();
}
Share:

0 comments:

https://fikiirawan.blogspot.com/

Blog Archive

Pages

Blog Archive