Posts

Showing posts with the label Basic Programs

10.Programming Assignment 1 ( Basic Programs)

Now you can try the following simple programs. 1) Area of the circle given the diameter. 2)Area of the circle given the circumference.(circumference=2*pi*r) 3)Area of the circle given center point (x1,y1) and one point on the perimeter (x2,y2). (Hint: input the two points and compute the distance between them as radius) 4)area of a triangle given three sides a,b,c.(use Heron's formula) 5)Area and perimeter of a right angled triangle given width(w) and height(h). (area=1/2.0*w*h .use Pythagoras theorem to find the hypotenuse then add the three sides to find the perimeter) 6).Surface area of a cube given the length of an edge. 7)Circumference,volume and surface area of a sphere given the radius. (Circumference=2*pi*r volume=4/3.0*pi*r*r*r surface area=4*pi*r*r) 8)Area of an equilateral triangle given one side (s).( sqrt(3)/4.0*s*s) 9)Volume and surface area of the cylinder given radius(r) and height(h). (volume=pi*r*r*h surfacearea=2*pi*r*r+2*pi*r*h) 10) Volume and surface area of a