Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a C program where :Expected Outcomes: Student will demonstrate the ability to write functionsvalue returning and void Student will demonstrate the ability to prototype

Write a C program where
:Expected Outcomes:
Student will demonstrate the ability to write functionsvalue returning and void
Student will demonstrate the ability to prototype functions
Student will demonstrate the ability to call functions
Program Specifications
Create the following functions
1. A function that ask for a person's age and then displays the word you are a teenager or you are not a teenager depending on the age entere
2. A function that gets a random number between 1 and 1,000 and then displays the programmers name with line numbers that many times. Have the function return the random number back to the calling function
3. A function that takes the random number from the 2nd function and displays the number of odd values from 1 to that number
HAVE your main function call the three functions from above
Example Output
How old are you? 15
Since you are 15, you are a teenager
I have generated the random number 3.
1. Dennis
2. Dennis
3. Dennis
Here are the odd numbers from 1 to 3.
1 is odd
3 is odd

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Relational Database Technology

Authors: Suad Alagic

1st Edition

354096276X, 978-3540962762

More Books

Students also viewed these Databases questions

Question

List some key areas relating to investment objectives.

Answered: 1 week ago

Question

Describe the job youd like to be doing five years from now.

Answered: 1 week ago

Question

So what disadvantages have you witnessed? (specific)

Answered: 1 week ago