Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

e Eromdthn Options Window Help Create script that allows users to enter values for employee print( 'Enter Employee Name: ', end-, ') #Enter Employee Name

image text in transcribed
image text in transcribed
e Eromdthn Options Window Help Create script that allows users to enter values for employee print( 'Enter Employee Name: ', end-, ') #Enter Employee Name employeeName input() #Create variable for 'employeeName print ("Enter Employee SSN:,, end-, ') #Enter Employee SSN employe eSSN.. input() #Create variable for 'employeessr print ('Enter Employee Phone Number (ex. (xxx) xxx-xxxx): , end- employeePhone nput() #Create variable for 'employeePhone print ('Enter Employee Email: ', end-, ') #Enter Employee Email Addr employeeEmail input() #Create variable for 'employeeEmail' print ('Enter Employee Salary:", end-, ,) #Enter Employee Salary employeeSalary float (input()) #Create float variable for employ print (' ') print ( ' ' ) #line break # line break print (employeeName. center (60, '-')) #print Employee Name centered/ print (' ') #line break print ('SSN: ', employeeSSN) #print Employee SSN print (' ' ) #line break print(' Phone: ', employeePhone) #print Employee Phone Number print ( ' ' ) #line break print ('Email:', employe eEmail) #print Employee Email Address print ( , ' ) # line break print (Salary: ${ :.2t}".format (employeeSalary)) #print Employee sa print ( ' ') #1 ine break print( ai ea np ea . Separate Functionality 1 (developed in Week 1) into the following two functionalities Add Employee- this functionality will allow users to add new employee to the system. View all Employees -this functionality will view all employees in the system. Use global variables to develop a counter to keep track of the number of employees in the system. A good employee management system should always give brief information about the existing number of employees. This counter can be shown to the user when they run the script as the following message There are (3) employees in the system

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

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2016 Riva Del Garda Italy September 19 23 2016 Proceedings Part 3 Lnai 9853

Authors: Bettina Berendt ,Bjorn Bringmann ,Elisa Fromont ,Gemma Garriga ,Pauli Miettinen ,Nikolaj Tatti ,Volker Tresp

1st Edition

3319461303, 978-3319461304

More Books

Students also viewed these Databases questions