+ 1
In this programme how mistake that cannot uderstood easily...anyone explain this....?
2 odpowiedzi
+ 2
== - relational operator, returns true or false for using in if, while... operators
n==temp & temp==n - mistake. Must be n = temp
0
Thnks...👍😊