The following program uses a variable workHoursPerWeek rather than directly using 40 in the salary calculation expression. 1. Run the program, observe the output. Change 40 to 35 (France's work week), and run again. 2. Generalize the program further by using a variable workWeeksPerYear. Run the program. Change 50 to 52, and run again. 3. Introduce a variable monthlySalary, used similarly to annualSalary, to further improve program readability. Load default template. 1 public class Salary public static void main(String[] args)( int hourlylage; int workHoursPerweek; int annualSalary; // FIXME: Declare and initialize variable workleeksPerYear, then replace the 50's below hourlylage = 20; workHoursPerWeek = 40; 10 11 annualSalary = hourlywage workHoursPerieek 50; System.out.print("Annual salary is: "); System.out.println(annualsalary); System.out.print("Monthly salary is: "); System.out.printin((hourlyage workHoursPerleek 50) / 12); 18 19 H

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter2: Problem Solving Using C++using
Section: Chapter Questions
Problem 8PP: (Modify) a. Modify the program you wrote for Exercise 7 to provide the mass of a person as an...
icon
Related questions
Question
Please help me understand. I’m new to CIS.
The following program uses a variable workHoursPerWeek rather than directly using 40 in the salary calculation expression.
1. Run the program, observe the output. Change 40 to 35 (France's work week), and run again.
2. Generalize the program further by using a variable workWeeksPerYear. Run the program. Change 50 to 52, and run again.
3. Introduce a variable monthlySalary, used similarly to annualSalary, to further improve program readability.
Load default template.
1 public class Salary
public static void main(String[] args)(
int hourlylage;
int workHoursPerweek;
int annualSalary;
// FIXME: Declare and initialize variable workleeksPerYear, then replace the 50's below
hourlylage = 20;
workHoursPerWeek = 40;
10
11
annualSalary = hourlywage workHoursPerieek 50;
System.out.print("Annual salary is: ");
System.out.println(annualsalary);
System.out.print("Monthly salary is: ");
System.out.printin((hourlyage
workHoursPerleek 50) / 12);
18
19 H
Transcribed Image Text:The following program uses a variable workHoursPerWeek rather than directly using 40 in the salary calculation expression. 1. Run the program, observe the output. Change 40 to 35 (France's work week), and run again. 2. Generalize the program further by using a variable workWeeksPerYear. Run the program. Change 50 to 52, and run again. 3. Introduce a variable monthlySalary, used similarly to annualSalary, to further improve program readability. Load default template. 1 public class Salary public static void main(String[] args)( int hourlylage; int workHoursPerweek; int annualSalary; // FIXME: Declare and initialize variable workleeksPerYear, then replace the 50's below hourlylage = 20; workHoursPerWeek = 40; 10 11 annualSalary = hourlywage workHoursPerieek 50; System.out.print("Annual salary is: "); System.out.println(annualsalary); System.out.print("Monthly salary is: "); System.out.printin((hourlyage workHoursPerleek 50) / 12); 18 19 H
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 4 images

Blurred answer
Knowledge Booster
Web Host concepts
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning