Computer Science, asked by blacktan, 1 month ago

Write a Java program to accept the temperature of any 5 cities in degrees Farenheit. Convert temperature to degree Centigrade using the given formula: Centigrade = (Farenheit - 32) * 5/9. Display the information in the given format. Also at the end print the total number of cities where the temperature in more than 35 degree Centigrade and the city name with maximum temperature. City Name .; Farenheit temperature ;Centigrade temperature
Number of cities with temperature greater than 35 degree Centigrade:
Name of the city with maximum temperature: ​

Answers

Answered by MissQueenOfFashion
0

Answer:

refer to the attachment drop some thx plz

Attachments:
Similar questions