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

Respuesta :

Answer:

Main Module()

Declare String P1 = "The Fourth Closet"

Declare String P2 = "because it's about FNAF"

Do

Display P1

Display P2

End Module

Explanation:

You can put whatever in P1 and P2

Answer:

Explanation:

Insert your pseudocode here:

Begin Program

My name is Sophia, favorite book is “I found you” because the author had well described the book.

I was born on February 18th, 2008

Name my first variable (About me)

Name my second variable (Birth date)

Print my first variable (About me)

Print my second variable (Birth date)

End Program

(This is what I did}