Question: Programming Java SE 1. Declare the required variables, then ask user to enter employee's full name, id and monthly salary from keyboard, then display the

 Programming Java SE 1. Declare the required variables, then ask user

Programming Java SE

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.5e Employee's name is James Cook, employee's id is 34256, and employee's monthly salary is $4533.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 'l' and last character in my last name is 'r' Console example: My first name is John, my last name is Hopper, first character in my first name is '' and last character in my last name is ' 3. Write a program that displays the following pattern: ***** *** *** ***** Console example: *****

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!