Answer:
2. From the Reports Center, select Budgets & Forecasts > Budget Overview
Explanation:
In order to print a budget, the step is: From the Reports Center, select Budgets & Forecasts > Budget Overview
advantages. discounts, builds credit, helps keep track on when you need to pay.
disadvantages. could overcharge if it doesn't have enough, could ruin credit, could jeopardize future loans
Answer:
This is an infinite loop.
Explanation:
The while loop while never end since the last statement inside the while loop will continue to decrement the value of num by 1 and the condition num < 9 will always be true.
So either change the condition of the while loop like: num > -9
or start incrementing the variable num in the last statement of the while loop like:
num = num + 1
Note: Don't make both changes at the same time.
Visit: gotit-pro.com for fastest, top-notch and impeccable homework and exams help in a range of subjects and ace your academics.
Thanks and Best Regards: Your Friendly Study Co-Pilot