Computer Science, asked by minakgp16, 1 year ago

Give command(s) for:(a)To create a variable with value 5. (b) Display the addition of 2and 4. (c) Display the message "My School ", "is the Best".

Answers

Answered by Animesh1807
4
int a=2;
cout<<"2+4=6";
cout<<"My school is the Best"
Similar questions