Question: Create programs using Java Problem 1. Conversion from Fahrenheit to Celsius Create a program to convert Fahrenheit to Celsius given the formula: (5/9) (F-32). Also
Problem 1. Conversion from Fahrenheit to Celsius Create a program to convert Fahrenheit to Celsius given the formula: (5/9) (F-32). Also it will output the remark given the table below. This program will output converted temperature and remarks. Remarks Temperature (C) Less Than 0 0 to 100 Above 100 Ice Water Steam Problem 2. Number to Words. Create a program to input number and output into words. The program will allow value from 0 to 99. Strictly use IF-ELSE and SWITCH! Clue: identify values for digits ones= ? tens = ? ones = 8 tens = 6 // %-operator and / example Input: 68 value tens = 1 (ten, eleven, twelve.... nineteen) Output: Sixty-eight
Step by Step Solution
3.56 Rating (167 Votes )
There are 3 Steps involved in it
Problem 1 Conversion from Fahrenheit to Celsius Functi... View full answer
Get step-by-step solutions from verified subject matter experts
