78.4k views
4 votes
Develop pseudocode for your project 2: Rock, Paper, Scissors program. This should be submitted as a photo, screenshot, or a PowerPoint or Word document, not a .py file. Submit this for a grade.

a) Write the pseudocode in the chat
b) Attach the pseudocode as a document
c) Include the pseudocode in the program file
d) None of the above

1 Answer

3 votes

Final answer:

There are several options for submitting pseudocode for a Rock, Paper, Scissors program, including writing it in the chat, attaching it as a document, or including it in the program file.

Step-by-step explanation:

In order to develop pseudocode for a Rock, Paper, Scissors program, you have several options:

  1. Write the pseudocode in the chat: You can simply type out the pseudocode in the chat window. This option is the most convenient if you don't have any additional files to attach.
  2. Attach the pseudocode as a document: If you have already written the pseudocode in a separate document (e.g., Word or PowerPoint), you can attach that document to the chat. This allows you to share the pseudocode in its original format.
  3. Include the pseudocode in the program file: If you prefer to keep everything in one place, you can include the pseudocode directly in the program file as comments. This way, you don't need to submit a separate document.
  4. None of the above: If none of these options suit your needs, you can choose this option. However, please make sure that you still provide the pseudocode in a format that can be easily read and understood by your instructors.
User RaTiO
by
7.0k points