0
Can anybody create an AI with if else statements only
4 Answers
+ 4
Possible, yes. In theory u can build any code with just if/else. Why don't u try? Let us meet here again in ten years and then u can tell us how it worked... ;-)
+ 1
am not sure if that's possible
+ 1
if(....){....}
else if(...){....}
else if(...){...}
else {.....}