Computer Science, asked by pankajrathii82, 5 months ago

Kartik is learning programming in Scratch. He wants to create a new project, which displays random
numbers on stage. Suggest the block he can use for the same.​

Answers

Answered by shivaramcvm
22

Hi :)

That's very simple. Just use this script:

FOR RANDOM NUMBER:

When flag clicked

say (pick random (0) to (1000)) - Comment: You can change the value as per the range you want.

FOR RANDOM STAGE(First create costumes for stage):

When flag clicked

switch costume to (pick random (0) to (10)) - Comment: The value depends on how many costumes there are

If you want to find me on scratch, my username is Amjuks. Just search 'Amjuks' and one of the projects you see on the page will be mine. In and as I am a little bit expert with scratch programming, you can ask me help related to that. ^J^

pls mark as brainlist...

Answered by pratisthayadav6a
13

Answer:

its simple :  operator block

Explanation:

Similar questions