Problem
1. Write an application that lets users enter their weight and height in feet and inches. Calculate their body mass index (BMI). Create a multiclass solution that has exception-handling techniques.
2. Create a Windows application that has the functionality of a calculator and works with integral values. Allow the user to select buttons representing numeric values. If the user attempts to divide by zero, throw and handle an exception.