Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Strings
Ελλάδα !!!!
복소수 클래스 생성하기
Even Odd
#32
MSVC C++ runtime bug in dynamic_cast
Sorting algorithm comparison
amusing overload choice
auto decltype - Return Type Decltype
32
Please log in to post a comment.