Please write a c++ code for my pseudo code. I am take a classthat is teaching me flow charts and pseudocode and I would like tosee the actual code so that I can start preparing myself for nextsemester’s classes. Here is the pseudo code:
// main module
Module main()
// Local variables
Declare Real centigrade, fahrenheit
// Set centigrade
For centigrade = 0 to 20
Call setFahrenheit(centigrade,fahrenheit)
// display values
Call showTemperatures(centigrade,fahrenheit)
End For
End Module
// The setFahrenheit module calculates degrees fahrenheit
// equivalent to centigrade.
Module setFahrenheit(Real centigrade, Ref fahrenheit)
Set fahrenheit = ((9 * centigrade) / 5) + 32
End Module
// The showTemperatures module shows centigrade degrees
// and
PayPal Gateway not configured
PayPal Gateway not configured