Java | JSP | JSF Answers

Questions answered by Experts: 3 611

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search

Write a program that computes the cost of painting and installing carpet in a
room. Assume that the room has one door, two windows, and one bookshelf. Your program must do the following:
a. Prompts the user to enter, in feet, the length, width, and height of a
room. Read the dimensions of the room.
b. Prompts the user to enter the widths and heights, in feet, of the door,
each window, and the bookshelf. Read these quantities.
c. Prompts the user to enter the cost, per square foot, of painting the
walls. Read these quantities.
d. Prompts the user to enter of cost, per square foot, of installing carpet.
Read these quantities.
. To make a profit, a local store marks up the prices of its items by a certain
percentage. Write a Java program that reads the original price of the item
sold, the percentage of the marked-up price, and the sales tax rate. The
program then outputs the original price of the item, the marked-up percentage of the item, the store’s selling price of the item, the sales tax rate,
the sales tax, and the final price of the item. (The final price of the item is
the selling price plus the sales tax.)
Write a program that prompts the user to input a decimal number and
outputs the number rounded to the nearest integer.
A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour for each hour or part thereof in excess of three hours. The maximum charge for any given 24-hour period is $10.00. Assume that no car parks for longer than 24 hours at a time. Write an application that calculates and displays the parking charges for each customer who parked in the garage yesterday. You should enter the hours parked for each customer. The program should display the charge for the current customer and should calculate and display the running total of yesterday’s receipts. It should use the method calculateCharges to determine the charge for each customer.
im doing an assignment which i have to complete and perfect according to testers given. Some of the testers are failing but i cant see why that is since its not showing me what my methods are actually outputting. How can i see what my method is actually outputting?
Write a program that asks a user for their birth year encoded as two digits (like "62")
and for the current year, also encoded as two digits (like "99"). The program is to
correctly write out the users age in years.
The following pseudo-code represents the algorithm of the pitch changing detector of the Voice Interaction technique shown in the lecture video.

Answer the correct combination of code fragments to fill in the blanks.
Give examples showing how "super" and "this" are useful with inheritance in Java. Include examples of using "super" and "this" both as constructors and as variables.
At a coffee shop, a coffee costs $1. Each coffee you purchase, earns one star. Seven stars earns a free coffee. In turn, that free coffee earns another star. Ask the user how many dollars they will spend, then output the number of coffees that will be given and output the number of stars remaining.
how to implement two dimensional arrays?
LATEST TUTORIALS
APPROVED BY CLIENTS