Introduction to programming

123456789
Across
  1. 2. objects can be classified to be part of a group sharing the same characteristics with small differences.
  2. 4. System.out.println("HELLO WORLD"); is an example of
  3. 6. refers to the rules and the correct order to combine commands to perform an action or a set of actions.
  4. 8. he first recognized programmer was
  5. 9. Console.Write ("HELLO WORLD"); is an example of
Down
  1. 1. a set of instructions that a computer can interpret in order to receive data
  2. 2. is something that doesn't have a change
  3. 3. its value can change at any time when the program instructions determine it
  4. 5. WriteLn ("HELLO WORLD"); is an example of
  5. 7. every sentence given to the computer in order to execute an action