basic arithmetic operator | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answer
+ 1
110
7th Jun 2017, 11:04 AM
Дмитрий Золотов
Дмитрий Золотов - avatar