+ 11
[ASSIGNMENT] Number Split (Double or Int)
Generate some random numbers between 1 > 500 Allow user to input amount of numbers to generate. Split each number in half Example Random numbers -> 12,57,1,3,500,97 Output (Show Selected Numbers) Random numbers : 12,57,1,3,500,97 6 28.5 0.5 1.5 250 48.5 (There should be no decimals places ending with 0) Thanks
17 Answers
+ 9
My solution đ
https://code.sololearn.com/cytjQZAI36y5/?ref=app
+ 6
+ 6
https://code.sololearn.com/cHotOjazvbVp/?ref=app
+ 6
~ swim ~ Your welcome đ
+ 4
Here is my attempt in C++
https://code.sololearn.com/cd4TUeW4kaPN
+ 4
https://code.sololearn.com/ci09cuxaSCA6/?ref=app
+ 3
was going to do a php one too but i'm tired right now so here ya go
https://code.sololearn.com/c3Fdox7kMshH/?ref=app
+ 3
@Dave Mbacee I cant see your code.
+ 1
0
Genera un numero random, moltiplicalo per 500 e prendi lâintero
0
https://code.sololearn.com/WJ9QOJ0fEXTj/?ref=app Useful code,related to this.