Generate a flowchart and pseudocode of a program that will display a table of the Celsius temperatures 0 to 20 degrees in increments of 5 degrees, as well as their Fahrenheit equivalent using the following equation. F=59C+32 Your program output should be in the following format: "A temperature of degC is the same as degF.