Practice: Starting Programming

Problem 1

Write a program that prints out “Hello World”.

Problem 2

Write a program that prints out the following multiplication table:

  1 2 3
1 1 2 3
2 2 4 6
3 3 6 9

Problem 3

Write a program that prints out the programming algorithm.