c1

utorak, 10. travnja 2012.

2. Simple C++ Program - Tutorial


#include <iostream>
using namespace std;
int main()
{
    int number;
    number=6;
    cout<<"Write this on the screen:   "<<number<<endl;
    system("PAUSE");
    return EXIT_SUCCESS;
}


Nema komentara:

Objavi komentar