Int a, b; value numeric | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponses
+ 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