Skip to content

Instantly share code, notes, and snippets.

@b4284
Created September 30, 2015 12:31
Show Gist options
  • Save b4284/7a69bb46bc7bf87d280b to your computer and use it in GitHub Desktop.
Save b4284/7a69bb46bc7bf87d280b to your computer and use it in GitHub Desktop.
class BMIGenerator {
private double height;
private double weight;
public BMIGenerator(w, h) {
}
public double getBMI() {
}
}
static void public main(string args[]) {
new BMIGenerator(11.22, 33.44).getBMI()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment