find the highest number which is divided by 251,846,1056 each time and 6 remains
Answers
Answered by
0
Answer:
The theoretical answers from everyone else are all neat, but let's be pragmatic. ActionScript provides the tools you need so that you don't even have to write a loop in this case!
First, note that Math.min() and Math.max() can take any number of arguments. Also, it's important to understand the apply() method available to Function objects. It allows you to pass arguments to the function using an Array. Let's take advantage of both
Step-by-step explanation:
Please mark brainlist I really need it!
Similar questions