Changed some grammar issues for better readability (#27480)

This commit is contained in:
JM0S3R
2019-04-06 09:56:51 -04:00
committed by The Coding Aviator
parent 13709bf178
commit 9289b038b5

View File

@ -233,6 +233,7 @@ int main() {
```
What will be the Output? "NO! I am boss"? if you are guessing this output then you are wrong.
Why did this happen? because in the if statement you used "=" instead of "==" operator.
"==" is comparator .