The application is to use the following classes and methods:
public class MAPCalculator {
public MAPCalculator() {
// no code required
}
public double value(double sbp, double dbp) {
// return MAP value
}
public String category(double map) {
// return one of “high”, “normal” or “low”
}
}
public class Assignment1 {
public static void main(String[] args) {
// create scanner object
// create MAP calculator
// read and process records
// display summary results
}
}
The classes are to be included in your NetBeans project in two separate source files Assignment1.java and MAPCalculator.java.
Submission
You are to submit a zipped folder containing
Your zipped NetBeans project folder. Details of how to do this are available in the NetBeans FAQ on the unit website.
“Place your order now for a similar assignment and have exceptional work written by our team of experts, guaranteeing you A results.”
Attachments
20190424020304assignment1 (20 kB)