Answered step by step
Verified Expert Solution
Link Copied!
Question
1 Approved Answer

this is for my python class. I need help 1/23/2021 Module Three Assignment Guidelines and Rubric - IT-140-X3205 Introduction to Scripting 21EW3 = IT-140-X3205 Introduction

image text in transcribedthis is for my python class. I need help

1/23/2021 Module Three Assignment Guidelines and Rubric - IT-140-X3205 Introduction to Scripting 21EW3 = IT-140-X3205 Introduction to Scripting 21E... Module Three Assignment Guidelines and Rubric Overview As programs become more complex, it becomes increasingly important to plan or design your code before writing it. Designing your code will help you organize its logic. It will also help you keep track of the different possibilities that your program needs to handle. Two tools that programmers use to design their code are flowcharts and pseudocode. You have learned about these tools in the module resources. In this assignment, you will complete a simple flowchart and pseudocode to design a programming solution for a specific problem. Prompt Problem: A company wants a program that will calculate the weekly paycheck for an employee based on how many hours they worked. For this company, an employee earns $20 an hour for the first 40 hours that they work. The employee earns overtime $30 an hour, for each hour they work above 40 hours. Example: If an employee works 60 hours in a week, they would earn $20/hr for the first 40 hours. Then they would earn $30/hr for the 20 hours they worked overtime. Therefore, they eamed: ($20/hr40hrs) + ($30/hr * 20 hrs) = $800 + $600 = $1400 total For this assignment, you must create pseudocode and a flowchart to design a program that will calculate an employee's weekly paycheck Write pseudocode to design a programming solution by outlining a series of steps and using appropriate Indentation and keywords. As you write your pseudocode, be sure to consider the following What input does the computer need? . What steps does the program need to follow to process the input? What output should result? When might you need to use decision branching? If you used decision branching, did you account for all possible input values? Did you use appropriate indentation and keywords (such as IF, ELSE, CALCULATE, and so on) throughout your pseudocode? Create a flowchart to design a programming solution by organizing a series of steps and using appropriate symbols and arrows. As you create your flowchart, be sure to use appropriate arrows and symbols for each of the following: . Start and end points Input and output . Decision branching . Processing steps Note: You may find the correct shapes to create your flowchart on the Insert menu in Microsoft Word. Or you may draw your flowchart by hand, take a clear picture, and insert the picture into your Word document. Use the add shapes or insert pictures tutorials to help you. You could also use a flowcharting tool that you are familiar with, such as Lucidchart, if you prefer. Guidelines for Submission https://eam.snhu.edu/d2e/content/631980/viewContent/11726189/View 113

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_2

Step: 3

blur-text-image_3

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

Database Machine Performance Modeling Methodologies And Evaluation Strategies Lncs 257

Authors: Francesca Cesarini ,Silvio Salza

1st Edition

3540179429, 978-3540179429

More Books

Students explore these related Databases questions

Question

2. KMPG LLP

Answered: 3 weeks ago

Question

5. Wyeth Pharmaceuticals

Answered: 3 weeks ago