write me a simple html javascript code to make a web app that will take inputs and give an output of free water deficit using the following equation: Free water deficit, L = (% total body water, fraction)*(Weight, kg)*([Current sodium/Ideal sodium] – 1) where % total body water (TBW) is: Adult male: 60% (i.e., use 0.6 in the equation) Adult female: 50% (0.5) Elderly male: 50% (0.5) Elderly female: 45% (0.45) Child: 60% (0.6)... please write the html/javascript in one html so i can simply copy and paste
