You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package seng302;
|
|
|
|
/**
|
|
* Constants that are used throughout the program
|
|
* Created by Erika on 19-Mar-17.
|
|
*/
|
|
public class Constants {
|
|
|
|
public static final int NMToMetersConversion = 1852; // 1 nautical mile = 1852 meters
|
|
|
|
|
|
}
|