Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a C program that asks for your name and the year you were born and responds with: Hello your name, next year you will

Write a C program that asks for your name and the year you were born and responds with:
Hello your name, next year you will be next age.
Where: next age is your age a year later
[4 marks]
Write a C program which asks the user to enter any ten (10) floating point values. The program should finally display the average value of those numbers.
[4 marks]
Write a C program which asks the user to input a value for x and then prints it out, along with the square root of x and the value of x raised to the x power
[4 marks]
Write a C program that converts pounds and ounces into kilograms and grams, use symbolic constants that are defined at the top of the file outside of the main function
[4 marks]
Write a C program that prints a table of trigonometric values for sin(),cos(), and tan(). The angles in your table should go from 0 to 2 in 20 steps
[4 marks]
image text in transcribed

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

Database Systems Design Implementation And Management

Authors: Peter Rob, Carlos Coronel

6th International Edition

061921323X, 978-0619213237

More Books

Students also viewed these Databases questions