Question: Write the code using MS Visual C++ Express Edition in C++ programming language. Thank you! Question 2 (25 marks) This question is based on contents
Write the code using MS Visual C++ Express Edition in C++ programming language. Thank you!

Question 2 (25 marks) This question is based on contents covered in Chapter 3 of text. The objectives of the question is to assess on the understanding on the application of repetition construct, the design of an algorithm and use of pseudo code to solve program (a) Discuss the algorithm in the form of pseudo code to solve the following problem. The program prompts user to enter TWO (2) values and displays a Celsius-Fahrenheit Conversion Table for the entries between these two values, in steps of 5 degrees. See sample output. The formula to convert Celsius to Fahrenheit is F = (9/5 * C) 32. You may assume the second value is always greater than the first value and the last line in the table is the second value (10 marks) nter the start and end range of temperature in Celsius: Celsius-to-Fahrenheit Conversion Table Celsius Fahrenheit 2.00 28.40 37.40 46.40 55. 40 64.40 73. 40 82. 40 91.40 00.40 109.40 111.20 28.00 38.00 43.00 44.00 Press any key to cont inue (b) Develop C++ code to implement the pseudo code you have developed in Part (b)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
