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