I am very lost with this problem I am trying to complete and I can't find anyone to help me. Problem: intialize counter to 10, counter<100, display counter by 2, add 10 to counter. the algorithm displays the numbers 20, 40, 60, 80, 100, 120, 140, 160, and 180. Code the algorithm into a program; use while statement. The counter variable should be an int variable named number. I am soooooooo lost. Can anyone help me in writing this program and using visual 2010? Thanks!