Fill This Form To Receive Instant Help
Homework answers / question archive / Write a java program that uses println (p33-37) to print on separate lines, , your favorite hobby, your favorite car, your favorite book, and your favorite movie
Write a java program that uses println (p33-37) to print on separate lines, , your favorite hobby, your favorite car, your favorite book, and your favorite movie. Be sure to label each line so that the information is understandable.
Write a java program that asks you to enter the cost of an item, how many of the items are available in inventory, the expiration month of the item. You must use JOptionPane to enter the 3 fields.
You are opening a snow cone stand and need to write a program to calculate sales tax. Use JOptionPane (p93-98) to ask the user to enter the amount of a purchase The program should then compute (math-p55) the state and county sales tax. Assume the state sales tax is 4 percent and the county sales tax is 2 percent. The program should use JOptionPane to display the amount of the purchase, the state sales tax, the county sales tax, the totals sales tax, and the total of the sale (sum of purchase plus total sales tax).
You got a job working for an automotive dealership and the owner wants to you write a program that will calculate the payment amount for a new vehicle. Use Scanner (p85-89) to ask the user for the loan amount, the interest rate, and the number of payments. Calculate the payment amount using the following formula:
Loan Amount / (((1+Rate)^#Pymts-1)/(Rate*(1+Rate)^#Pymts)) - where ^ is the exponent
Hints/Tips:
Already member? Sign In