What is Programming Solutions

From CompSciWiki
Jump to: navigation, search

Main_Page > What is Programming?


Introduction

These are the solutions to the review questions from What is Programming?.





Overview

If you did not answer any of these questions successfully make sure to go back and re-read the material. If you have trouble understanding the material talk to your prof or a TA

Template loop detected: Template loop detected:

Solutions

  1. Defining and understanding the problem.
  2. No. A running program is not necessarily running correctly. Programs must be tested and debugged to ensure they run correctly.
  3. The main method. public static void main(String[] args)

Exercises

  1. Print a poem
  2. Print a story with repetition and special characters
  3. How many seconds are in various longer time units