this is my code kindly tell me what’s error and please let me know how to tackle when I get such error during my execution
What's the error in my code
@Legendankit you have use and word in place of && ,and is not operator you have to use && operator for taking both conditions and use || operator in place of or for taking any one condition.I have made changes to your code please see to it.
Hope you get it.Feel free to ask any doubt

even though i’m using the symbols of and and or still I’m getting the error.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.
@Legendankit you are still using keywords in place of operator symbol,please change them as mentioned in above comment,you will solve it.