We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9eda6 commit a9e2264Copy full SHA for a9e2264
Default Argument and Constant Argument.cpp
@@ -8,7 +8,4 @@ int main(){
8
cout<<"if you have "<<money<<" Rs in your bank account,you will receive"<<moneyreceived(money)<<"Rs after 1 year"<<endl;
9
10
cout<<"For vip: If you have"<<money<<"Rs in your bank account,you will receive"<<moneyreceived(money,1.4)<<" Rs after 1 year";
11
- return 0;
12
-}
13
-
14
+ return 0
0 commit comments