Need some help with C programming, will pat fg if anyone can do this for me.
Any help would be much appreciated.
30. Write a program that calculates the the area and perimeter of a rectangle from a user supplied (scanf) length and width.
31. One radium = 57.295779 degrees, Write a program that converts degrees into radium. Provide good user prompts. Include the following test data in your rate.
90 Degrees is 1.57080 radians.
32. Write a program to print your name as shown below. Write a call as it would be coded in a calling function, such as main.
****************************************
* *
* YOUR NAME HERE *
* *
****************************************
33. Write a program that generates a random number from the following set. 1, 2, 3, 4, 5, 6.