Google Classroom
GeoGebraGeoGebra Ders

step 2

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 ...........Toolbar Image a=RandomBetween(0,9) b=RandomBetween(0,9) c=RandomBetween(0,9)