+ 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 Respuesta
+ 1
110
7th Jun 2017, 11:04 AM
Дмитрий Золотов
Дмитрий Золотов - avatar