My code consists of two input fields and a submit button. The business rules require the following rules: 1. One or both fields must be filled out. Both cannot be blank. 2. If the first field is empty, then the second field must have a value greater than or equal to 50. 3. If theRead more