For most languages I try out, my own version of "Hello World!" is a BMI 
calculator. Swift has passed, I encourage you to try it out. 
There are two methods called towards the end of file:1) bmi.pounds(weight, 
height) - Replace numbers inside with your own if you want to test out in US 
Customary units. 
2) bmi.kilograms(weight, height) - Replace numbers inside with your own if you 
want to test out in Metric units used everywhere outside the US. 
You already get the gist, the bits can be found 
here:https://gist.github.com/anonymous/9284017644567c29c7f8
If there's a bug please let me know, but it works in IBM's Sandbox. (Yes, ALL 
code was written by me without help. Very close to C, just a bit laid back.)
--MGage--
_______________________________________________
swift-users mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to