cse110-sp23-group3 / 8-ball

0 stars 0 forks source link

Cannot ask again in some uncertain answers #21

Closed phuanh004 closed 1 year ago

phuanh004 commented 1 year ago

For example, Ask again later, and Cannot predict now.

So, like I said, recommend using includes instead of hard coding. Try to find similar keywords. Or better, just split the uncertain answer to a hashmap with the keys as the answers and the values are true, then we can check it later easier.