+ 1
How do I continously randomize values within code???
I camt quite explain this but, I used to do this by using classes and recall each class to randomize the values, But it isn't working.. https://code.sololearn.com/c1ABwQY4x2G6/?ref=app
11 odpowiedzi
+ 3
You can do it similar to this example:
https://code.sololearn.com/cjqnVOICZkkg/?ref=app
+ 2
This is what I think you want
https://code.sololearn.com/c877hX5WXvWj
+ 2
Thank you Soloprog
+ 1
Without the constructor
https://code.sololearn.com/cNlP4grfWpis
0
Can you please do it
with a class
Recall class to change value overtime???
I was able to do it with a dodging puncher game, but I forgot.
0
Can you do a string array please???
look at my code and run it
0
Indeed Soloprog.....now
Try do it without the constructor🤟🔥🔥🔥
0
Is it possible to do this with a regular function