How to print a massage in C++

User Generated

enfuvqtencuvpqrfvta

Programming

Description

how to print a massage in C++

User generated content is uploaded by users for the purposes of learning and should be used following Studypool's honor code & terms of service.

Explanation & Answer

we use cout if we want to print something.

cout<<"this is my massage"<<endl;

include <iostream>

using namespace std;

int main()

{

cout<<"text whatever you wanna print";

}


Anonymous
Really helped me to better understand my coursework. Super recommended.

Studypool
4.7
Trustpilot
4.5
Sitejabber
4.4

Related Tags