| ABMICalculatorWithErrors.java |
package lectures.functions;
import util.annotations.WebDocuments;
@WebDocuments({"Lectures/Functions.pptx", "Lectures/Functions.pdf", "Videos/Functions.avi"})
class ABMICalculatorWithErrors
{
// double calculateBMI(double weight, double height)
// {
// return (height*heigh)/weight
// }
}