Hi Toni
Can we write or use an OR statement in conditions?
Any examples?
Thank you
Write an OR statement on condition
Re: Write an OR statement on condition
Code: Select all
(getCurrentCash() >= getFoodPrice()) or (getCurrentCash()) >= getMachineGunPrice())
Re: Write an OR statement on condition
Thank you Toni!!!