0
I need help
I am having trouble solving this. Var y = 4 Var x = 9 If y>b { print (âyâ) } Else { print (âxâ)}
2 Answers
0
Your problem might be that you havenât defined what âbâ is.
0
How can I define b?
I am having trouble solving this. Var y = 4 Var x = 9 If y>b { print (âyâ) } Else { print (âxâ)}