Jump to content

[SOLVED] while (this is not true) {do this}


grahamb314

Recommended Posts

Hi all,

 

How do i do this:

 

While this really complex formula is not greater or equal to 10, do this.

 

I am guessing:

while(! complex formula >= 10)
{do this}

In other words while it is not the case that..... do this....

OR:

while(complexformula !>= 10) 
{do this}

Link to comment
https://forums.phpfreaks.com/topic/126490-solved-while-this-is-not-true-do-this/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.