Syntax errors

Find and correct the 9 lines with syntax errors in the program below

main()
{
   jeroo jane = new jeroo(0,0);
   hop(5);
   jane.turnaround;


method turnaround
{
   jane.hop();
   turn(south);
   turn(right);
}