subject

Create a BMI calculator app (using Android Studio) that allows users to enter their weight and height and whether they are entering these values in English or Metric units, then calculates and displays the user's body mass index. The app shoiuld also display the following information from the Department of Health and Human Services/National Institute of Health so the user can evaluate his/her BMI:

BMI values:

Underweight : less than 18.5
Normal: between 18.5 and 24.9
Overweight: between 25 and 29.9
Obese: 30 or greater
BMI = weightInPounds x 703
heightInInches x heightInInches
or
BMI = weightInKilograms
heightInMeters x heightInMeters

Using the class Toast display the BMI value and the category (if is Underweight, Normal, Overwieight or Obese). The Toast message must be display at the center of the activity.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 12:00
What does the level 1 topic in a word outline become in powerpoint? a. first-level bullet item b. slide title c. third-level bullet item d. second-level bullet item
Answers: 1
question
Computers and Technology, 23.06.2019 23:30
Perform an online search about the booting process of a computer and list all the steps
Answers: 2
question
Computers and Technology, 24.06.2019 07:00
Into what form does the barcode reader convert individual bar patterns?
Answers: 1
question
Computers and Technology, 25.06.2019 05:10
What is the output of the following program? #include using namespace std; class bclass { public: void print() const; bclass(int a = 0, int b = 0); //postcondition: x = a; y = b; private: int x; int y; }; class dclass: public bclass { public: void print() const; dclass(int a = 0, int b = 0, int c = 0); //postcondition: x = a; y = b; z = c; private: int z; }; int main() { bclass bobject(2, 3); dclass dobject(3, 5, 8); bobject.print(); cout < < endl; dobject.print(); cout < < endl; return 0 ; } void bclass: : print() const { cout < < x < < " " < < y < < endl; } bclass: : bclass(int a, int b) { x = a; y = b; } void dclass: : print() const { bclass: print(); cout < < " " < < z < < endl; } dclass: : dclass(int a, int b, int c) : bclass(a, b) { z = c; }
Answers: 3
You know the right answer?
Create a BMI calculator app (using Android Studio) that allows users to enter their weight and heigh...
Questions
question
Biology, 21.10.2020 01:01
question
History, 21.10.2020 01:01
question
Mathematics, 21.10.2020 01:01