In: Computer Science
***PLEASE READ CAREFULLY. IF NOT ANSWERED IN FLOWGORITHM PLEASE DON'T ANSWER***
Can you please create a flowgorithm chart for the problem below. Also, provide pseudocode as well. Please do not answer if you cannot put into a flowgorithm chart. Pseudocode needed as well. Thank you!
Design the logic for a program that outputs every number from 1 through 15 along with its value times 10 and times 100. Make the output look like below:
Number is 1 Times 10 is 10 Times 100 is 100
To accomplish the output above “Number is “ & variable “ Times 10 is “ & variable and so on. Leave a space right after the double quote and before the double quote so the variable’s answer doesn’t run right into the descriptive text.
Flowgarithm for given problem staement:
output for the flowgarithm:
psuedocode for above flowgarithm: