Answer:
Explanation:
say goodbye to debt. Monthly debt payments are the biggest money suck when it comes to saving. ...
Cut down on groceries. ...
Cancel automatic subscriptions and memberships.
answer:
1.The program comes to a line of code containing a "function call".
2.The program enters the function (starts at the first line in the function code).
3.All instructions inside of the function are executed from top to bottom.
4.The program leaves the function and goes back to where it started from.
5.Any data computed and RETURNED by the function is used in place of the function in the original line of code.
1234567898765432123456789876543212345678987654321