Skip to content

This repo contains exercise of how to use javascript IF, ELSE IF, ELSE

Notifications You must be signed in to change notification settings

just-jormungandr/bmi-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

BMI CALCULATOR

This repo contains exercise of how to use javascript IF, ELSE IF, and ELSE.

This application will measure the BMI, and print:

  • The BMI value
  • 'Berat badan Anda kurang', if the BMI value is under 18.5
  • 'Berat badan Anda ideal', if the BMI value is in the range of 18.5 - 24.9
  • 'Berat badan Anda berlebih', if the BMI value is in the range of 25.0 - 29.9
  • 'Berat badan Anda sangat berlebih', if the BMI value is in the range 30.0 - 39.9
  • 'Anda Obesitas', if the BMI value is higher than 39.9

About

This repo contains exercise of how to use javascript IF, ELSE IF, ELSE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published