Hi all,
I would like to thank Dhruva,Paul,and Tom for their help on this issue. I have spent some time and worked out all the issues that we have talked about so far. I sill have one issue remaining. As the program runs it is supposed to evaluate the first "if then else" flow control. If the statement is true then print 0.00. If false move to the next control flow statement and evaluate the "if-then-else" If true print Profit2. If false move to the next statement and print loss.
Now when I run the program all works until i have a "loss" which causes the second control flow statement to print a negative amount for profit2, instead of moving on to the third flow control statement and printing a loss. If you would like to see the code here it is followed by the output.
OUTPUT:
Number Of
Chickens =110
Number Of Hens = 100
Number Of Eggs Laid = 3300
CostOf Feed =400.0
Profit = -56.25
You Made A Profit. Way To Go!!!
Once again thanks for all the help.
Michael