Skip to content

Random number calculation by this formula ((number1 * number2) \ (number3 - number4 )) . The answer must be Postive and integer

Notifications You must be signed in to change notification settings

Adeptcontriver/recaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

recaptcha

Random number calculation by this formula ((number1 * number2) \ (number3 - number4 )) . The answer must be Positive and integer Approach: Solve this scenario through the Do While loop. In this, I've just passed the Variable and then assigned the random value by using the PHP Rand Function and calculating the equation. The result of the calculation is stored in the new variable. Then in the while, I have echo my Equations Statements.

About

Random number calculation by this formula ((number1 * number2) \ (number3 - number4 )) . The answer must be Postive and integer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages