Question: Can you please write these in language C for someone with beginner level knowledge ( college student at first grade ) to understand? Thank you.

Can you please write these in language C for someone with beginner level knowledge (college student at first grade) to understand? Thank you.
Write a program that gets the radius of a circle and prints the diameter, area and circumference. Use the constant value 3.14159 for pi value.
Write a C program that inputs three integers from the keyboard and prints the sum, average, and product.
Write a C program which gets an integer between 1 and 10 from the user.
The program will continue getting integer from the user if the input is not between 1 and 10.
Write a function that Gets an integere number from the user and check if it can be written as the sum of two prime numbers or not? Call the function inside your main function to test it
For example:
8-3+5
11--> not possible
Example:
while & for Loops
//Declare and initialise counter to 10
// While i is greater than or equal to 1
// Print counter and its square
// Decrement value of counter
Write the code using for and while loops
 Can you please write these in language C for someone with

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!