C++ calculations | Sololearn: Learn to code for FREE!
Nowy kurs! Każdy programista powinien nauczyć się Generative AI!
Wypróbuj darmową lekcję
+ 1
26th Jun 2020, 1:30 PM
Caleb
1 Odpowiedź
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