write an application for a furniture company; the program determines the price of a table. ask the user to choose 1 for pine, 2 for oak, or 3 for mahogany. the output is the name of the wood chosen as well as the price of the table. pine tables cost r 100, oak tables cost r 225, and mahogany tables cost r 310. if the user enters an invalid wood code, set the price to 0 and allow the user to select an option up to 3 times . save the file as furniture.java. marks allocation 1. presentation of a menu - 10 select an option 1. for pine 2. for oak 3. for mahogany 2. use of a loop - 10 3. use of an if statement/ switch - 10 4. correct output "-10"
Write an application for Furniture Company Sdn Bhd, the program determines the total price of a table. Ask the user to choose 1 for pine, 2 for oak, or 3 for mahogany and prompt the user to enter the number of a table. The output is the name of the wood chosen as well as the price of the table. Pine table cost RM100, oak tables cost RM225, and mahogany tables cost RM310. If the user enters an invalid wood code, set the price to 0.
Furniture Company Sdn Bhd also gives an appreciation for the member card holder with 6% off from the total price. The above price is exclude government tax RM 5.60.
Save the file as Furniture.java.
Write an application for Furniture Company Sdn Bhd, the program determines the total price of a table. Ask the user to choose 1 for pine, 2 for oak, or 3 for mahogany and prompt the user to enter the number of a table. The output is the name of the wood chosen as well as the price of the table. Pine tables cost RM100, oak tables cost RM225, and mahogany tables cost RM310. If the user enters an invalid wood code, set the price to 0.
College student leader elections have ended and results have been delivered to the principal.principal wants to know the candidates who got minimum and maximum votes in the election
Write a class to convert Fahrenheit temperature to Celsius. Declare a variable to hold the normal human body temperature of 98.6 degrees Fahrenheit. A Celsius temperature can be calculated by subtracting 32 from the Fahrenheit value and multiplying the result by 5.0/9.0. Display the converted Celsius value. Save the class as FahrenheitToCelsius.java.
What is an embedded system and provide two examples (Briefly describe the examples)
Get grades
Sum of 2 numbers
reorder of string
eren wants to modify a string. the string can contain only positive integers. he wants to change the string in such a way thet the smaller numbers should appear before the bigger numbers.
given string write a program to help eren to modify the string.
you are given m*n matrix write a program to compute the parameter of matrix and print the result