1) Print Output
Use cout to display output.
All Topics
Run Program
C++ Code
#include
using namespace std; int main() { cout << "Hello, Students!" << endl; cout << "Welcome to C++ Program Lab!" << endl; return 0; }
Program Input (optional)
Output