COIT20245: Java Console BMI Calculator Application & Test Plan
VerifiedAdded on  2023/06/14
|12
|879
|414
Practical Assignment
AI Summary
This document provides a solution to a practical assignment involving the creation of a Java console application designed to calculate and classify Body Mass Index (BMI) for a fixed number of individuals. The application takes height and weight inputs, calculates the BMI, and categorizes it into one of eight levels, ranging from 'Very severely underweight' to 'Obese Class III'. The solution includes a test plan that employs verification and validation testing, black-box testing, unit testing, and integration testing to ensure the program's functionality and accuracy. The document also presents testing results for various input scenarios, including valid data, boundary cases, and invalid inputs, demonstrating the program's ability to handle different situations. Finally, the application generates a summary report containing the lowest, highest, and average BMI values, along with the count of individuals falling into normal and higher-than-normal BMI categories.
1 out of 12