Employee Management System – Functionality 1 Prior to beginning work on this assignment, readChapter 1: Introduction to Python 3andChapter 2: Variables and Expressionsin the course text. Throughout...

1 answer below »

Employee Management System – Functionality 1


Prior to beginning work on this assignment, readChapter 1: Introduction to Python 3andChapter 2: Variables and Expressionsin the course text. Throughout this course, you will use the latest version of Python to develop your Final Project – an Employee Management System.


Students: Be sure to download and save a PDF version of your textbook for future reference. It will be used in later courses within your program, including the final, capstone course. Zybooks limits online access to your course textbooks to a 12-month period. (Zybook Download Instructions)


This week you will utilize various variable and functions to develop the first functionality for the Employee Management System Project due in Week 5. For this assignment, write a Python script to allow users to enter the following string values: employeeName, employeeSSN*, employeePhone, employeeEmail, and employeeSalary.


*(employeeSSN = Employee Social Security Number. For example,123121234)


Once you have entered your values, you should display it in the following format:



---------------------------- Mike Smith -----------------------------



SSN:123123123



Phone:(111)222-3333



Email:[email protected]



Salary: $6000



----------------------------------------------------------------------------


Once you have completed Functionality 1, you must provide the following in a Word document and submit it through the Waypoint grading system:



  • One screen shot of the completed functionality.

  • An explanation of how you used variables, functions, selection, and/or repetition to build your Python script for Functionality 1.

  • A brief description of the purpose of this functionality.

  • The script for this functionality.


Next, submit the zip folder that contains the running source code for Functionality 1 to theWeek 1 Zip File Submissionpage. If you need more guidance, review theZip File Quick Start Guide. Be sure that you are sharing the zip folder with your instructor only. Your instructor will run your source code to ensure that the functionality runs correctly.


The Employee Management System – Functionality 1 Paper



  • Must include a screen shot of Functionality 1.

  • Must include an attached a zip folder that contains a running source code for Functionality 1.

  • Must include a separate title page with the following:

    • Title of paper

    • Student’s name

    • Course name and number

    • Instructor’s name

    • Date submitted



Answered 3 days AfterFeb 28, 2021

Answer To: Employee Management System – Functionality 1 Prior to beginning work on this assignment, readChapter...

Aditya answered on Mar 02 2021
152 Votes
Screenshot of running program

Explanation: The script prompt user for the employee information l
ike name, SSN, Phone number, email and phone number and then display all the information to the user.
Steps :
1) Prompt user for employee name and store it in employeeName
2) Prompt user for employee SSN and store it in employeeSSN
3) Prompt user for employee phone number and store it in employeeNumber
4) Prompt user for employee email and store it...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here