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: mike@gmail.com
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 the Week 1 Zip File Submission page. If you need more guidance, review the Zip File Quick Start GuidePreview the document. 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