Pick a random number

Hello everyone,

How to make a random number three times, example from 1 to 10, and save to three variable, but the number which saved, cant appear again

Did you try a search ?
https://community.appinventor.mit.edu/search?q=random%20number

Hello Nicholas

Easiest way to store the 3 numbers is in a List. An example:

Number_Random.aia (3.3 KB)

This code can easily be expanded to produce more random numbers from a wider range.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.