برنامه نویسی
کد پانزدهم C++ (cerr و cout)

#include
using namespace std;
int main()
{
cout<<"\n \t \t\t Enter (a) > (b )\n\n ";
float a , b ;
cout<<"\n \t Enter the first number a : ";
cin>> a;
cout<< " \n\t Enter The second number b : " ;
cin>>b;
if (a>b)
{
cout<<" \n The largest number is a = "<