Patterns for Beginning Programmers

Patterns for Beginning Programmers

Programming patterns are solutions to problems that require the creation of a small fragment of code that will be part of a larger program. Hence, this book is about teaching you how to write such fragments of code.  

However, it is not about teaching you the syntax of the statements in the fragments, it assumes that you already know the syntax. Instead, it is about finding solutions to problems that arise when first learning to programme.

Author: David Bernstein, James Madison University

Last Update 13/10/2023
Completion Time 16 hours 25 minutes
Members 8
ICT & Programming Software Programming Free Ebook Beginner

Patterns for Beginning Programmers: Table of Contents

  • Patterns Requiring Knowledge of Types, Variables, and Arithmetic Operators
  • Patterns Requiring Knowledge of Logical and Relational Operators, Conditions, and Methods
  • Patterns Requiring Knowledge of Loops, Arrays, and I/O
  • Patterns Requiring Advanced Knowledge of Arrays and Arrays of Arrays
  • Patterns Requiring Knowledge of String Objects
  • Patterns Requiring Knowledge of References