Question: Write a Java class named Problem 1 . A full - time car salesman gets a flat salary of $ 1 0 , 0 0
Write a Java class named Problem A fulltime car salesman gets a flat salary of $ and a commission on car sales. A parttime car salesman gets only commission on car sales. Currently, the commission on sales is of the total car sales. In this class, add a main method to ask the user whether the employee is fulltime or parttime. Also, ask for the total car sales heshe made that year. Then compute the annual gross pay for that employee and display itWrite a Java class named Problem In this class, add a main method that asks the user to enter the amount of a purchase. Then compute the state and county sales tax. Assume the state sales tax is percent and the county sales tax is percent. Display the amount of the purchase, the state sales tax, the county sales tax, the total sales tax, and the total of the sale which is the sum of the amount of purchase plus the total sales taxWrite a Java class named Problem In this class, add a main method that asks the user for total amount of purchase and computes the tax assume the tax rate is Also, ask the user if the product is being shipped to New York. If yes, add an additional shipping fee of $ to the final cost. Display the total cost.Write a Java class named Problem In this class, add a main method that asks the user for a letter and checks whether the letter is a vowel or consonant.Write a Java class named Problem In this class, add a main method to input five numbers and only display the even ones if there are any.Write a Java class named Problem In this class, add a main method that prompts the user for three numbers then displays them the in descending order.Write a Java class named Problemn this class, add a main method that takes a year from user and print out whether that year is a leap year or not. The year can be evenly divided by If the year can be evenly divided by it is NOT a leap year, unless the year is also evenly divisible by Then it is a leap year.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
