Skip to content

Commit a9e2264

Browse files
Update Default Argument and Constant Argument.cpp
1 parent 0b9eda6 commit a9e2264

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Default Argument and Constant Argument.cpp

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@ int main(){
88
cout<<"if you have "<<money<<" Rs in your bank account,you will receive"<<moneyreceived(money)<<"Rs after 1 year"<<endl;
99

1010
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-
11+
return 0

0 commit comments

Comments
 (0)