- 11
Suppose a variable named var type in the code to prints it value.
What do I do ?
6 Respuestas
+ 2
cout << var;
+ 1
Hello Iqbal Azim
Which programming language?
Normally you have a print statement:
python: print(variableName)
java: System.out.println(variableName);
The statement gets the variable name and prints it value.
0
Cout <<var;
- 2
Hi dear Denise RoBberg in c++ language.
- 4
Mother fuck
- 4
Type in the code to print its value