Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
#7
#include <iostream> using namespace std; int main() { int a, b; std::cout << "Podaj a: "; cin >> a; cout << a << endl << "Podaj b: "; cin >> b; cout << b << endl; cout << "a + b = " << a + b << endl; cout << "a - b = " << a - b << endl; cout << "a * b = " << a * b << endl; cout << "a / b = " << a / b << endl; cout << "a % b = " << a % b << endl; return 0; }
run
|
edit
|
history
|
help
0
Default constructor - none defined
#10.1
#30.3
xxx
dharmesh
move swap
Hangman
Build char string (multibyte) with wchar
success
😊