In this coding exercise, we will prompt the user for their height and weight and calculate their BMI (Body Mass Index). We will be using JavaScript's parseFloat() function to collect user input and ...