Unit 1 Introduction to Algorithms, Programming and Complier

1234567
Across
  1. 3. Fixing a problem in your code.
  2. 5. Java method that lets us print output to the user, without ending the line printed.
  3. 7. Java type that represents a string of characters (text).
Down
  1. 1. Java method that lets us print out a line of output to the user.
  2. 2. A set of steps or rules to follow to solve a particular problem.
  3. 4. Sequence of words or rules in a program that prevents the program from running.
  4. 6. The rules for writing code in a specific programming language.