import java.io.*;

public class Page implements Turning
{
   public void turn()
   {
	System.out.println("Going to the next page");
   }
}