hw08 - Functions 4
Design, Pseudocode, Reference Parameters

Make sure that you follow all the coding standards


Create an interactive program to print out a multiplication table based on how many rows and columns a user would like to see.

  • Before you start coding, design and pseudocode your problem
    • Create a new file called functions4.txt
    • At the top, list the basic functions the program will have to perform
      • Hint: There should be at least two.
    • For main() and each of your functions, write appropriate pseudocode
  • Develope your code in functions4.c to implement the pseudocode.
    • Pass all parameters by reference

From Linux on the GL machine: