Question: write a program in java programming. 1. Declare the required variables, then ask user to enter employee's full name, id and monthly salary from keyboard,

write a program in java programming.
1. Declare the required variables, then ask user to enter employee's full name, id and monthly salary from keyboard, then display the values like this: Employee's name is James Cook, employee's id is 34256, and employee's monthly salary is $4533.5 Console example Enter employee's full name: James Cook Enter employee's id: 34256 Enter employee's monthly salary: 4533.50 Employee's name is James Cook, employee's id is 34256, and employee's monthly salary is $453).5 2. Declare variables to store a first name and a last name, and initialize with your own first name and last name. Then declare two character variables, use correct String class methods to get first character of first name and last character of last name and display like this: My first name is John, my last name is Hopper, first character in my first name is 'y' and last character in my last name is 'n Console example: y first name is John y last name is Hopper, first character in sy liest metsand last character so my last ei
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
