Answer to Question #261905 in C++ for Arvind

Question #261905

write a program to initialize the value as 20 & display the value on the monitor?

1
Expert's answer
2021-11-06T03:15:55-0400
#include <iostream>


using namespace std; 


int main(int argc, char *argv[])
{
	int a = 20;
	cout << a;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS