Program Example11; { Program to demonstrate the degtograd function. } Uses math; begin writeln(degtograd(90)); writeln(degtograd(180)); writeln(degtograd(270)) end.