Prompt for and accept two int values display the remainder


Create a program called arithmetic.c that does the following:

Prompt for and accept an unsigned short int value
Display the value of 2 raised to the power of the value input in (1), i.e. display 2n, where n is the value from (1)
Prompt for and accept an unsigned short int value, and assume that this is the radius of a circle
Display the values of the circumference and area of the circle whose radius is given by (3)
Prompt for and accept a float value
Display the value of the polynomial 2x3 + 3x2 + 4x + 5, where x is the value read in (5)
Prompt for and accept two int values. Display the remainder when the first integer is divided by the second using 1 single operation.

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Prompt for and accept two int values display the remainder
Reference No:- TGS0662307

Expected delivery within 24 Hours