Computer Science, asked by paromita979, 10 months ago

Explain the use of ask and answer blocks?

Answers

Answered by ScienceWala
2

Explanation:

ask block is used to ask and answer block is used to ask

Answered by smartbrainz
1

Ask and Answer blocks in Scratch

Scratch is a simple programming language that has a visual inter phase. It is a freeware, used for developing and programming animations, games, interactive stories etc.

  • The ask() and wait block is a sensing block that displays a text box on the screen, prompting the user to input a reply.
  • It is often used as chatbots (receiving information),setting visual preferences( colour,background), and receiving input(user is prompted to enter a command)
  • The answer provided by the user is stored in the answer block for further use.

To know more about Scratch visit :

https://brainly.in/question/8452743

 

Similar questions