Browse Source

Delete Bmi.java

new_repo
Daniel Hauch 5 years ago
committed by GitHub
parent
commit
30191b0b39
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/Bmi.java

6
src/Bmi.java

@ -1,6 +0,0 @@
public class Bmi {
public int calculate(float height, float weight) {
return (int) (weight / (height*height));
}
}
Loading…
Cancel
Save