Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

using pseudo code . its stated in the question 1 . Just submit this document ( See directions below. ) and insert your work after

using pseudo code . its stated in the question 1. Just submit this document (See directions below.) and insert your work after each task description. 2. For each of the following tasks, provide the complete pseudo code including all elements that we have been using (i.e. class, end class, main return, output prompt). Be sure to declare your variables and use constants where appropriate. Determine if each task requires a definite or indefinite loop and use the correct one. a. Task 1(3 pts): an application program where the user enters the price of a series of items (assume at least one.)(Prompt user for additional items until they are done, so we don't know ahead how many items there will be. This is the looping part! ;)) The program computes shipping costs. If the total price of all items is \(\$ 100\) or more, then shipping is free otherwise it is \(2\%\) of the price. The program should output the total price /r/n b. Task 2(3 pts): A program that prompts the user for an initial balance and a monthly interest rate and then displays the new monthly balance for a 12 month period. (Interest is compounded.) c. Task 3(4 pts): A program that collects a series of grades (ranging \(0-\)100) until the user indicates that they don't want to continue entering values. (Either use a sentinel value or prompt the user to continue each time.) The program should display the average of the grades entered. Submitting your work: carefully check your work. Rename your word file as Lastname_Firstname_Lastname_Firstname Lab03.docx using your name. Submit this file using the Canvas assignment mechanism.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Put Your Data To Work 52 Tips And Techniques For Effectively Managing Your Database

Authors: Wes Trochlil

1st Edition

0880343079, 978-0880343077

More Books

Students also viewed these Databases questions

Question

Show the properties and structure of allotropes of carbon.

Answered: 1 week ago