Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 eiStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started