Homework on Homeworks!
Week 3 Assignment: Flowchart Solution
Instructions:
Create a FLOWCHART for each problem! Use the information below to a flowchart (using flowchart symbols to illustrate how you would program) to solve each problem. You may use Microsoft PowerPoint® for your flowchart.
1. Problem 1: Build a flowchart to solve a simple payroll calculation. Find the amount of pay given, hours worked, and hourly rate. (The formula to calculate payroll is pay = hourly rate * hours worked.) Use these values to test the calculation: (hours = 30 and rate = 8.52) and (hours = 53 and rate = 11.54). Display hourly rate, hours worked, and pay.
2. Problem 2: Build a program that will calculate the average miles per gallon obtained on a trip. Input the amount of gas used and the number of miles driven. (The formula to calculate miles per gallon is miles per gallon = number of miles driven / amount of gas used. ) Use these values to test the calculation: (number of miles driven = 298) and (amount of gas used = 12.17). Display number of miles driven, amount of gas used, and average miles per gallon.
Assignment Rubric:
|
Requirements |
Points Available |
Points Earned |
Comments |
|
Describe your experience downloading Python 3.x. (Resolve all installation issues this week.) |
10 |
10 |
|
|
Flowchart illustrating how to solve a simple payroll calculation. |
40 |
40 |
|
|
Flowchart illustrating how to calculate the average miles per gallon obtained on a trip. |
40 |
40 |
|
|
Explain your experience in this process and what additional information would support your success in completing Week Three Assignment. |
10 |
10 |
|
|
Total |
100 |
100 |
|
Submission Instructions: ************
Create one flowchart (using Microsoft PowerPoint) for each of the problems above. You may us a zipped file if needed to upload your assignment.
Make sure each submission is labeled with the following:
Your Name
Course Name, Section (example: ENTD200 B002 Spr15)
Instructor name
Week #
Date completed