When I run this program using [shift-command-B], it never asks me for my input. it just blows through the whole program!
here is what happened when I ran my quadratic equation program I wrote for school:
This program will compute the real roots of a quadratic equation.
You will be asked for (3) constants.
Enter for -a- :
Enter for -b- :
Enter for -c- : Thank you...RESULT: There are no real roots.[Finished in 0.1s]
All I did was hit [shift-command-B] and it just went nuts! why?