Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as C++ by a ( 14 years ago )
#include <iostream>
using namespace std;
int main()
{
int a;
cin>>a;
if(a=5)
{
cout<<"nWpisales 5n";
}
else if(a>5)
{
cout<<"/nLiczba wieksza niz 5/n";
}
else if(a<5)
{
cout<<"Liczba mniejsza niz 5/n";
}








return 0;
}

 

Revise this Paste

Your Name: Code Language: