Computer Science, asked by harshitkumar989, 6 months ago

The correct statement to print the square of 3 in C++ is-

a. cout<<”3*3”;

b. cout<<32;

c. cout<<3*3;

d. cout<<3+3;​

Answers

Answered by kajaldogra570
1

Explanation:

a the correct statement is

count <<"3*3";

Answered by abhinandan340
0

Answer:

Answer is = (a) cout <<"3*3";

Similar questions