Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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.
Iterate_Variac_Template
what is this
Dices by GOOSE
Problem_onoff_3
Title
Even Odd
Test
MSVC-IsBaseOf
test
pi
Please log in to post a comment.