Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
#10.1
#include <iostream> using namespace std; int main() { int liczba; do{ cout << "Podaj liczbe 666, by wyjsc: "; cin >> liczba; } while (liczba != 666); cout << endl << "Wyjscie."; return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Computing the factorial of an integer using factorial and iteration
infix to postfix v 1.0
Default constructor - none defined
#19
problem_soultion2
primitive type copy constructor
move swap
Project
MSVC noexcept - works
Default constructor - deleted
Please log in to post a comment.