Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For assignment 1, your task is to tell an interactive story (be it a game or other interactive means of telling a story) that celebrates

image text in transcribed
For assignment 1, your task is to tell an interactive story (be it a game or other interactive means of telling a story) that celebrates and/or highlights an aspect of your life that you would like to share with others. Interactive is the keyword, in that your Scratch program must involve the user in some way. While the format, subject, and style are up to you, there are some technical requirements that we ask your program to fulfill: a. At least one if control block (with a single condition) b. At least one if control block (with multiple conditions using OR) c. At least one if/else control block (with a single condition) d. At least one nested if/else control block (with at least two if/else control blocks and a single condition for each if statement) e. At least one if/else control block (with multiple conditions using AND) f. At least one if/else control block (with multiple conditions using OR) g. At least one if/else control block (with at least one AND and one OR) h. At least one use of a repeat block i. At least one use of a repeat until block (with a single condition) j. At least one use of a repeat until block (with multiple conditions using OR) k. At least one use of a repeat until block (with multiple conditions using AND) Each of these conditions must appear separately and should be clearly labeled with a comment in your program. For instance, a block like this: counts as either satisfying condition (j) or condition ( k ) but not both. In other words, there should be at least 11 control structures in your program

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Summarize the naturenurture debate in psychology.

Answered: 1 week ago

Question

How can you defend against SQL injection attacks?

Answered: 1 week ago