1 2 3 4 5 6 7 8 9 10 11
Program Example15; { Program to demonstrate the gradtodeg function. } Uses math; begin writeln(gradtodeg(100)); writeln(gradtodeg(200)); writeln(gradtodeg(300)); end.