Skip to content

Instantly share code, notes, and snippets.

View aberonni's full-sized avatar

Domenico Gemoli aberonni

View GitHub Profile
@aberonni
aberonni / BMI.js
Created November 12, 2020 15:27 — forked from Reinoptland/BMI.js
BMI program for Beginner Bootcamp
const age = 31 // age
const gender = 'm' // 'm' or 'f'
const heightInM = 1.79 // height in m
const weightInKg = 82 // weight in kg
const dailyExercise = true // true or false
console.log(`
**************
BMI CALCULATOR