Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

what is price <= 5 statement? functional or operator

0 votes
asked May 17, 2020 by MohPlayz (120 points)

1 Answer

0 votes
answered May 23, 2020 by ARAVIND (180 points)

It's a condition.we can use it in if condition for checking that price<=5 is satisfied or not and while loop is for doing something until the condition price<=5 is satisfied.

commented May 25, 2020 by Afloarei Ioana (290 points)
it can also be  use for a "FOR"
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...