Programming Assigment 1


  • Background:

    • This assignment requires you to write several simple programs.
    • This semester the required language is C.
    • You may discuss this assignment with other students and work the problems together. However, your programs should be your own individual work. Remember that all assignments are to be turned in in class on the date due.

  • Assigment:

    • Write a "Hello World" program in the required language.
    • Write bubble sort in the required language.
    • Write an iterative factorial in the required language.
    • Write a recursive factorial in the required language.