Answered step by step
Verified Expert Solution
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 Just submit this document See directions below. and insert your work after each task description. For each of the following tasks, provide the complete pseudo code including all elements that we have been using ie 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 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 $ or more, then shipping is free otherwise it is of the price. The program should output the total price rn b Task 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 month period. Interest is compounded. c Task pts: A program that collects a series of grades ranging 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 LastnameFirstnameLastnameFirstname Labdocx using your name. Submit this file using the Canvas assignment mechanism.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started