Hello I have a project to make for a final and I am doing a program that you input certain weather conditions,cover, and water temp. Then it will output what type of bass bait to use. I have the outline of the code done. I am looking for advice on the best type of logic to use that would wait for all the condtions to be entered then select the bait what could I use to do this. Thank you for any advice.
You could use a for loop to get the data with default values to cover for when a piece of data is not available---- a menu system to weight the data and provide case : values for a switch () structure. What did you come up with?