Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
sinem çalışma
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 #include <iostream> using namespace std; int main(){ int a; int n; double sum=0; cout<<"please enter how much second did you talk?"<<endl; cin>>n; cout<<"if your package is economic,click 1= "<<endl; cin>>a; if(a==1){ if(n<=3000){ cout<<"19 tl will pay"<<endl; } else{ sum=19+0.2*n/6.60; cout<<sum<<" will pay"<<endl; } } else{ sum=0.15*n/6; cout<<sum<<" will pay"<<endl; } return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
wrong up
Visual Studio 2015 Compiler Bug: 64bit multiplication
throwing an exception containing a unique_ptr is dangerous
infix to postfix v 1.0
Regex success
multiplie linked list numbers
hangman
Copy elision sample modern C++
Code
Not an overflow
stackse - search stackoverflow differently
Please log in to post a comment.