Int a, b; value numeric | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Int a, b; value numeric

int a, b; int sum; a = 10; // value numeric decimals b = 22; // value numeric decimals sum = a + b; cout << sum; return 0;

5th Aug 2017, 3:01 PM
Denis Nascimento Vieira
Denis Nascimento Vieira - avatar
2 Answers
+ 7
Error, line 6, unexpected ; before <<.
5th Aug 2017, 3:08 PM
Hatsy Rei
Hatsy Rei - avatar
+ 1
ok debug line 6
5th Aug 2017, 3:45 PM
Denis Nascimento Vieira
Denis Nascimento Vieira - avatar