1 2 3 4 5
//Angle of banking v=33.33 //m/sec //If alpha is the angle of banking then alpha=atand((v^2)/(9.81*200)) //degree printf("\nalpha=%.3f degree",alpha)