Random numbers | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Random numbers

How could I make a random number and use it for setting values

10th Jun 2020, 3:50 PM
anton
3 Answers
+ 2
Use the searchbar or google for questions first. You'll know in a minute how to do it
10th Jun 2020, 4:07 PM
CapCode
0
k
10th Jun 2020, 4:09 PM
anton
0
Random rdm = new Random(); x = rdm.Next(1,10);
10th Jun 2020, 4:18 PM
JaScript
JaScript - avatar