/**
 * CS1101 Lab 1 Ex 1: LatLong.java
 * <Replace this line with your discussion group number>
 *
 * This program checks that a pair of lat-long coordinates
 * is a point in Singapore.
 **/

import java.util.*;

public class LatLong
{
   public static void main(String[] args)
   {
      Scanner stdIn = new Scanner(System.in);


   }
}


