Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Complete the following flowgorithm problem: 1. Use only concepts found in Units 1 & 2 2. Do not use modules 3. Submit the flowgorithm file,

image text in transcribedimage text in transcribed

Complete the following flowgorithm problem: 1. Use only concepts found in Units 1 \& 2 2. Do not use modules 3. Submit the flowgorithm file, the one that ends with ".fprg" You work as an intern at a local charity. The charity receives donations on a regular basis. Your supervisor would like you to design a program that will: - Prompt the user for two input donations - Calculate and display the total donations collected - Seven and one half percent (7.5\%) of the donations go to a children's hospital. - Calculate \& display the amount to be donated to the children's hospital - Close the program with a thank you message. - Include your name and current date as a comment at the top of the flowchart - Include comments throughout your design for logic clarity - Upload the Flowgorithm file in Brightspace under the assignment link. Sample Input Enter the first donation: 250 Enter the second donation: 1000 Sample Output The total donations are: $1250 The children's hospital will receive $75 Thank you for using this program. Your program should calculate any donation amount, the above is only test data. In order to receive the maximum grade (50) your Flowgorithm lab must minimally meet all the following requirements: a. FLOWGORITHM PROGRAMS CONTAIN ERRORS - UNACCEPTABLE b. Comment block at the beginning of the flowchart that includes: i. Student name ii. Date work started iii. Statement of the purpose of program, i.e. what is the program going to do? c. Clear, succinct input prompts for the user i. Use of system input prompt - NOT ACCEPTABLE ii. "Input number" - NOT ACCEPTABLE iii. "Input a numeric value for the student's grade" - ACCEPTABLE iv. "Enter name" - NOT ACCEPTABLE v. "Enter the first name of the applicant" - ACCEPTABLE d. Descriptive labels of output names and numbers i. 45 - NOT ACCEPTABLE ii. "The sum of the numbers is 45 "-ACCEPTABLE iii. Fred - NOT ACCEPTABLE iv. "The applicant's first name is Fred" - ACCEPTABLE v. The total of the numbers is 125.65 - NOT ACCEPTABLE vi. The total of the numbers is 125.65 - ACCEPTABLE e. DO NOT 'hard-code' numbers in calculation statements i. Total =5+7 NOT ACCEPTABLE ii. Total = Number01 + Number02 - ACCEPTABLE f. Use your name as part of the submitted file name, examples below: i. studentName_flowgorithmLabNumber.fprg 1. susanSmith_flowgorithm2-0.fprg 2. Alones_flowgorithm4-1.fprg ii. ALWAYS USE THE CORRECT FLOWGORITHM LAB NUMBER AS PART OF THE FILE NAME SUBMITTED iii. Points deducted for incorrect file names g. It is up to you to choose the appropriate data type for each variable or constant, i.e. integer, real, string etc. h. All input, output and processing requirements listed in the Flowgorithm lab description must be met in order to receive a grade of 50 (considered an " A "). Once a lab is submitted and graded the grade is final

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

Students also viewed these Databases questions

Question

setting ip address on interface in cli mode in packet tracer

Answered: 1 week ago