Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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.
Dequeue Using STL List
Double_wrapper vc++
derived_tempalte
Program_1_rstring
throwing an exception containing a unique_ptr is dangerous
cross-platform sleep function
PreprocessorVsNamespace
VC++ error LNK2001 with combined use of non-type template parameters
xxx
#10.1
stackse - search stackoverflow differently
Please log in to post a comment.