Procedures for top down design
Video shows how to use procedure for top down design.
In this video we learn how to use procedure to design our program from the top down and break it into procedures.
Text of videoAfter watching this video, you should create a program using the same methods to create a movie that does the followwing:
- A panda or other character introduces himself.
- He does a dance.
- He bows and says goodbye.
You don't have to write all of the code (although that would be nice), but you should be able to run it and the character says "Hello", "Watch me dance", and "Goodbye."