1.

Write a program : a. to input length and calculate volume of cube b. to input length, breadth and height and calculate volume of cuboid c. to input radius and display area and perimeter of circle d. to input temperature in fahrenheit and display its celcius value { C = (5F-160) / 9 } e. to input a number value and increase its value by 13%

Answer»

my dear FRIEND Explanation:a)#include INT MAIN(){int a=4;int volume=a*a*a;PRINTF("Volume of the cube=%d",volume);}



Discussion

No Comment Found