Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit a481f0d

Browse files
this is a required csv file for tabulating the data in the main function
1 parent 2705164 commit a481f0d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

projects/BMI_calculator/bmi.csv

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
ranges,condition
2+
<18.5,underweight
3+
18.5 - 24.9,normal
4+
24.9 - 29.9,overweight
5+
29.9 - 34.9,obese (Class I)
6+
34.9 - 39.9,obese (Class II)
7+
39.9<,obese (Class III)

0 commit comments

Comments
 (0)