Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
You will write a flowchart, and C code for a program that does the following:1. Asks a user for a number2. Uses an "if" statement to determine if the number is greater than one. If the number is not g
You will write a flowchart, and C code for a program that does the following:
1. Asks a user for a number
2. Uses an "if" statement to determine if the number is greater than one. If the number is not greater than one, you must write out an error message.
3. If the number is greater than 1, the program calculates the square and cube of the number, and displays the output to the user.
Here is what the program looks like when it's executed with a number less than 1 and with a number greater than 1:
File Submission
Upload your Flowgorithm file, your .c file, and a screen shot of your code output saved in a Word document including the path name directory at the top of the screen into the dropbox for grading