26.5k views
5 votes
Part 1: Plan and Write the Pseudocode

Write an algorithm using pseudocode that someone else can follow. Choose one of the following options:
Decide on the message you would like to display to the screen. Some ideas include:
Your favorite book title or TV show and why you like it
A few sentences sharing information about you
Your favorite sport and team or athlete
Use two variables to store your message.

What would you recommend doing for this part?

User Suever
by
4.8k points

1 Answer

6 votes

Answer:

I would recommend doing a favorite TV show and why you like it, it's what I did. Seeing how it is your favorite TV show, you should be able to explain why you like it in a short sentence really easy lol.

For pseudocode, I did something simple, here's basically what I did:

Set "variable name" as "My favorite show is "favorite show"."

Print "variable name"

Set "different variable name" as "I like this show because "reason you like the show"."

Print "different variable name"

And that was my pseudocode

User Filpa
by
4.1k points