jueves, 6 de marzo de 2014

First Blog!



#include<iostream>
using namespace std;
 
 
int main(){
 
 
int Number_blog;
 
 
cout << " Enter the number of blogs you have posted\n";
cin >> Number_blog;
 
 
if (Number_blog == 1){
 
 
cout << "Correct!\n";
}
else{
cout << "Incorrect\n";
}
system("pause");
return 0;
}

No hay comentarios.:

Publicar un comentario