/* this is first program, and after we run program, on screen will be only "Write this on the screen",as you can se on the picture....
*/
#include <iostream>
using namespace std;
int main()
{
cout<<"Write this on the screen"<<endl;
system("PAUSE");
return EXIT_SUCCESS;
}
Nema komentara:
Objavi komentar