well for the roulette part i need to get the program to run and have it look like in the assignment exatcly when it runs, as for problems pretty much in the error jpg i attached it sums it up, i can't get it to produce a random number between 1 to 36 properly and the balance is way off.
As for the root one i need it to run x number of iterations (it basically just keeps finding the midpoint until the difference between the calculated midpoint and the actual square root is 0.0000000001) to find out the approximations of the square root of a user inputted integer without the use of math library functions, and my problem is it isn't calculating my formulas as it just simply reads computes the first equation and runs an infinite loop/.