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 Antworten
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”)}