Help with application
807601Mar 13 2008 — edited Mar 14 2008I am in a class and need help writing an application to do the below... I am completely new to this and very confused... help!!!
Write an application that keeps displaying in the command window the multiples of the integer 2?namely, 2, 4, 8, 16, 32, 64, and so on. Your loop should not terminate (i.e., create an infinite loop). What happens when you run this program?