C++ calculations | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1
26th Jun 2020, 1:30 PM
Caleb
1 Antwort
0
remove Semicolon on Line 7 before cout remove semicolon on line 15 after sum assign a+b to sum with = sign int sum = a + b replace a+b with sum cout << sum keep coding, keep asking
26th Jun 2020, 1:49 PM
sneeze
sneeze - avatar