we provide you the c downloads,c programing,c tutorials and much more at www.cplusplus-in.blogspot.com.Codes of c++ are also there for your help.This blog build your c programing style.
Sunday, 10 June 2012
source code of c++(checks for an even number)
The source code of c++(checks for an even number)
// checks for an even number
#include <iostream>
using namespace std;
int main(){
int num;
cout << "Give me any number: ";
cin >> num;
if (num % 2 == 0) {
cout << "It's even!" << endl;
}else{
cout << "It's odd!" << endl;
}
system("pause");
}
End
Subscribe to:
Post Comments (Atom)
thank you for sharing nice article in your blog
ReplyDeletevisit
web programming tutorial
welookups