Hi. I'm brand new and have a question on a program to convert temperature scales. The user is prompted to enter temperatures and the scale (F or C). The program converts, displays, and prompts the user if another conversion is needed. How are these decisions made in the program? With while or if statements? do these work with letters like F, C, Y, and N. Program also needs to recognize upper or lower case letters in the input by the user. Thanks, Dime