Google Classroom
GeoGebraGeoGebra Ders

Construction of the Random Number Button

Yazar:
ilketopal
1. Construct a variable called "a" and use the following script to conduct a number between 0 and 9. a=RandomBetween(0,9) 2. Construct a variable called "b" and use the following script to conduct a number between 0 and 9. b=RandomBetween(0,9) 3. Construct a variable called "c" and use the following script to conduct a number between 0 and 9. c=RandomBetween(0,9) 4. Take text tool and in advanced part select a, b and c numbers.Toolbar Image 5. Constract a button named "Get a random number" and write the following scripts.Toolbar Image a=RandomBetween(0,9) b=RandomBetween(0,9) c=RandomBetween(0,9)

You can test it now!

You can check your work in here!