Multiples of the number 2

Codes of how to write a program that keeps printing the multiples of the number 2. The loop should not terminate. What happens when you run this program?
it will output 2 4 6 8...1999998 2000000 2000002 etc :P lol
Topic archived. No new replies allowed.