Page 1 of 1

I need help using Powershell A. Wichita, Salina, Newton has population of 3000, 2000, 1000 accordingly. Store the value

Posted: Sat May 14, 2022 7:46 pm
by answerhappygod
I need help using Powershell
A. Wichita, Salina, Newton has population of 3000, 2000, 1000
accordingly. Store the value in a variable called “Population”
(using the hash)
B. Assign value 1 to variable 'number‘ and Add 1 to variable
“number” until the variable has the number 10 in it and print
the current value of the variable each time(use
Do-While)
C. Assign value 1 to variable 'number‘ and Add 1 to variable
“number” until the variable has the number 10 in it and print
the current value of the variable each time(use For loop)
Thank you!!