Run Code
|
API
|
Code Wall
|
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
iterator by value, by reference
iota_30-Seconds-of-C++
Visual Studio C++ wont accept >> or << past the initial declarations
new
cv5
bad_cast
namespace name resolution
CIS-2207 Week1 Assignment1 Company Devisions
derived_tempalte
rvalue lifetime