100% C prog time period of simple pendulum
#include <stdio.h>
#include<math.h>
#define pi 3.14
#define g 9.81 //all units are in SI system
void main()
{
int i;
printf("\n this is print time period of a simple pendulum for varying lengths");
float time_period,L=0.5;
for(i=1; i<7; i++)
{
printf("\n the time period = %f s, if length=%d m, time_period, L);
L=L+0.1;
}
#include<math.h>
#define pi 3.14
#define g 9.81 //all units are in SI system
void main()
{
int i;
printf("\n this is print time period of a simple pendulum for varying lengths");
float time_period,L=0.5;
for(i=1; i<7; i++)
{
printf("\n the time period = %f s, if length=%d m, time_period, L);
L=L+0.1;
}
కామెంట్లు
కామెంట్ను పోస్ట్ చేయండి
దయచేసి మీ సలహాలను సూచనలను స్పష్టంగా పేర్కొనగలరు. plz see that ur comments are 'acceptable' in a value based society.