diff options
| author | mo khan <mo@mokhan.ca> | 2019-08-11 17:27:40 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2019-08-11 17:27:40 -0600 |
| commit | cebbb584d3ec256dea468e73cec5d8a30d3151d9 (patch) | |
| tree | e8b533e17cd0fb26463182498bf05dec0303e273 /src/Q7/Person.java | |
| parent | 34434b1616d46ea638b373927320bc592e8e09fe (diff) | |
update program profile
Diffstat (limited to 'src/Q7/Person.java')
| -rw-r--r-- | src/Q7/Person.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Q7/Person.java b/src/Q7/Person.java index aaca8af..062a7a3 100644 --- a/src/Q7/Person.java +++ b/src/Q7/Person.java @@ -130,6 +130,7 @@ public class Person { this.setBMI((this.weight * 703) / Math.pow(height, 2)); } + /** The entry point to the console application. */ public static void main(String[] args) { ArrayList<Person> people = new ArrayList<Person>(); people.add(new Person("Andrew", 125.5, 55.1)); |
