Computer Science, asked by goku7947, 1 year ago

Generate random number of fixed length in javascript

Answers

Answered by Anonymous
1

Manually execute the program below and execute the output

FOR K%=5 TO 50 STEP 5

PRINT K%

NEXT K%

Answered by Anonymous
3

Explanation:

manually execute random is the answer

Similar questions