These courses are design to write code through the use of computer languages, such as C++ and Java. … They also are designed to teach teamwork with  IT staff, managers, and end users in their organization or client organizations to develop, maintain, and test computer programs.

CostOfPaint

A painting company has determined that for every 115 square feet of wall space, one gallon of paint and eight hours of labor will be required. The company charges $18.00 per hour for labor. This java program allows the user to enter the wall space to be painted and the price of paint per gallon. The program returns the following data:

  1. The number of gallons of paint required
  2. The cost of the paint
  3. The hours of labor required
  4. The labor charges
  5. The total cost of the paint job

DailySalesOfAWeek

This Java program asks the user for the daily sales for each day of a week using a repetition loop and calculates its total, then calculates the average daily sales for the week and displays the total and average sales for the week.

DistanceTest

This  java program asks the user to enter a distance in meters. The program then present the following menu of selections:

  1. Convert to kilometers

  2. Convert to inches

  3. Convert to feet

  4. Quit the program