Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
3 sayinin toplami
//1 #include <iostream> using namespace std; void main(){ int sayi1 , sayi2 , sayi3 , toplam; cout << "3 Tane Sayı Giriniz " ; cin >> sayi1 >> sayi2 >> sayi3; toplam = sayi1+sayi2+sayi3; cout << "\nGirdiğiniz sayıların toplamı " << toplam << endl; system("pause"); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Two-phase sample with VC++ 2015
Hangman
new
calling conventions and using an override class to change another classes values
Build char string (multibyte) with wchar
Spirit Lex combining token_id's with semantic actions
Error defining lambda inside namespace
C++ Assignment..
C++ standard library formatted input hexadecimal float without prefix or exponent test case
VS'15 parameter pack sfinae
Please log in to post a comment.