I am creating a program that calculates the beam sized needed for a certain load based on three given equation. I am having trouble with my for loop. I want the program to continue to test the beam width in increments until the if test is satisfied, but it seems as though it the for loop is not working correctly and I am not sure why. Any suggestions??? I attached the code