Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
10dan büyük mü küçük mü
//2 #include <iostream> using namespace std; void main(){ int x; cout << "Lütfen Bir Sayı Giriniz "; cin >> x; if(x < 10) { cout << "\nPardon ama girdiğiniz sayı 10'dan küçük.K.b."; } else if(x > 10) { cout << "\nKusura bakmayın ama girdiğinz sayı 10'dan büyük "; } else{ cout <<"\n Girdiğin sayı 10 yarrrrrağm"; } system("pause"); }
run
|
edit
|
history
|
help
0
narrow_cast
Regex failure
trying to find if reinterpret_cast preserves calling convention
rvalue lifetime
Replace all spaces in a string in C++
infix to postfix v 2.0
Hangman
Override keyword.cpp
multiplie linked list numbers
Use std::is_base_of to subset STL container contents.