Title: אופציונלי
Text: #include <iostream> using namespace std; int main { cout << "Hello World" << endl; cout << "This is a C++ program" << endl; cout << "Do you like programming?" << endl; system("pause"); return 0; }. כל פסקה תהיה מבחן.
Save test: השתמש בזה אם אתה רוצה לשתף את המבחן הזה בהקלדה (רק למשתמשים מאומתים).
אמן על פי ציטוט זה
Title:
Author:
#include <iostream> using namespace std; int main { cout << "Hello World" << endl; cout << "This is a C++ program" << endl; cout << "Do you like programming?" << endl; system("pause"); return 0; }.