103k views
1 vote
Anybody know how to do 8.1.2 Dory and Marlin on CMU CS Academy?

User Jcjr
by
7.3k points

1 Answer

1 vote

Final answer:

To complete the '8.1.2 Dory and Marlin' assignment in CMU CS Academy, you will need to carefully read the instructions, understand the problem, and implement a solution using computer programming principles and the programming language required. Testing and debugging are also key steps in ensuring your program works correctly.

Step-by-step explanation:

The question you're asking about, '8.1.2 Dory and Marlin on CMU CS Academy', sounds like an assignment related to computer programming or computer science education. If this is a coding task, you'll likely need to write a program or script in a specific programming language to solve a problem or complete an exercise that relates to the characters Dory and Marlin from the animated movie 'Finding Nemo'.

Here are some general steps you may follow:

  1. Read the instructions carefully.
  2. Understand the objectives of the assignment.
  3. Break down the problem into smaller parts.
  4. Write pseudocode if necessary to plan your solution.
  5. Implement your solution in the appropriate programming language.
  6. Test your program to ensure it works as expected.
  7. Debug any issues that arise.
  8. Submit your completed assignment.

Remember to adhere to any coding standards or guidelines provided by your instructor.

User Anulal S
by
8.3k points