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
C string literal
Memory example
du
ccloader
_countof constexpr
Test
Two-phase sample with Visual C++ 2015
This is the first one
Error log b is an undeclared identifier...
Program_2