basic arithmetic operator | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

basic arithmetic operator

#include <iostream> using namespace std; int main() { int x=50+60; cout<<x; return 0; }

7th Jun 2017, 10:57 AM
mustaf
1 Antwort
+ 1
110
7th Jun 2017, 11:04 AM
Дмитрий Золотов
Дмитрий Золотов - avatar