Problem:
Question 1: Write a C++ program that will calculate the temperature in degrees Fahrenheit, given the temperature in degrees Celsius. Your program should ask the user to input a temperature in Celsius and then return Fahrenheit. Continue until the user quits. Please describe the code step by step with comment.
Question 2: Explain in details how multiplication and division operations are carried out in advanced ALU architecture. Explain thoroughly.