Write a Java program that reads from the user a positive integer, then separates the integer into its individual digits and prints a message indicating the sum of its digits and if the sum of its digits is odd or even. Note that, if the user enters a negative number or zero, he should be repeatedly asked to enter a positive number until he does. Below you can find two sample runs:

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Im use program netbeans

A company want to raise the salary of its employee. The raise rate is given as following:
• The raise rate is 20% of the salary if the employee have 15 years in work or more
• The raise rate is 10% of the salary if the employee have 7 years in work or more
• Otherwise, the raise rate is 5% of the salary.
The new salary is computed by the formula: new salary=old salary x(1+ raise rate)
Write a main program that prompts the user to enter n of employees then enter their salary
and years in work of each of them. It displays the new salary for each employee and finally, it
displays the average salaries of all employees after raising as shown in the following sample
run.
Sample run
Enter the number of employees: 2
Enter the salary and the number of years of Employee 1: 1500 16
Enter the salary and the number of years of Employee 2: 800 8
The New Salary of Employee 1 is: 1800
The New Salary of Employee 2 is: 880
The average Salary of all employees is: 1340
Problem: 2
write a Java program that reads from the user a positive integer,
then separates the integer into its individual digits and prints a
message indicating the sum of its digits and if the sum of its
digits is odd or even.
Note that, if the user enters a negative number or zero, he should
be repeatedly asked to enter a positive number until he does.
Below you can find two sample runs:
Enter a positive number: 14597
The sum of digits of 14597 is 26 which is even
Enter a positive number: -15
Enter a POSITIVE number: -23
Enter a POSITIVE number: 0
Enter a POSITIVE number: 1235
The sum of digits of 1235 is 11 which is odd
Transcribed Image Text:A company want to raise the salary of its employee. The raise rate is given as following: • The raise rate is 20% of the salary if the employee have 15 years in work or more • The raise rate is 10% of the salary if the employee have 7 years in work or more • Otherwise, the raise rate is 5% of the salary. The new salary is computed by the formula: new salary=old salary x(1+ raise rate) Write a main program that prompts the user to enter n of employees then enter their salary and years in work of each of them. It displays the new salary for each employee and finally, it displays the average salaries of all employees after raising as shown in the following sample run. Sample run Enter the number of employees: 2 Enter the salary and the number of years of Employee 1: 1500 16 Enter the salary and the number of years of Employee 2: 800 8 The New Salary of Employee 1 is: 1800 The New Salary of Employee 2 is: 880 The average Salary of all employees is: 1340 Problem: 2 write a Java program that reads from the user a positive integer, then separates the integer into its individual digits and prints a message indicating the sum of its digits and if the sum of its digits is odd or even. Note that, if the user enters a negative number or zero, he should be repeatedly asked to enter a positive number until he does. Below you can find two sample runs: Enter a positive number: 14597 The sum of digits of 14597 is 26 which is even Enter a positive number: -15 Enter a POSITIVE number: -23 Enter a POSITIVE number: 0 Enter a POSITIVE number: 1235 The sum of digits of 1235 is 11 which is odd
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY