Question: Instructions Follow these instructions to complete your assignment: 1. Write a flowchart and C code for a program that does the following: - Creates two

 Instructions Follow these instructions to complete your assignment: 1. Write a

Instructions Follow these instructions to complete your assignment: 1. Write a flowchart and C code for a program that does the following: - Creates two functions: int getDogAge() and void displayHumanAge( int dogAge) - getDogAge() should display a message and prompt the user to enter their dog's age. It should then return the dog's age to the main program. - displayHumanAge( int dogAge) will compute and display the dog's age in human years (dog age * 7). The main program should pass the dog's age into this function. - You should use the puts() function to display one message The main program will call getDogAge(), displayHumanAge( dogAge ), and then print a "End of Program" message 2. Submit one Word document which contains: A screenshot of your output including the Title Bar of the console window. 3. Submit the ".c" code file, which should include a comment line with your name and the date. 4. Submit the Flowgorithm (.fprg) file. 5. Upload your work using the instructions below. Review the output below to check your work! - Output

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!