0
Type a code to declare a variable x, assign it to value 6+7, and print it to the screen.
int _ x=6+7; _ << x _ endl;.
7 Respostas
+ 3
x
cout
<<
0
write
- 1
X
Cout
,
- 1
int x;
x=6+7;
cout<< x <<endl;
- 2
What have you tried?
- 2
Type in a code to declare an array of integers of size 4: in c
The solution is this, please