Print odd numbers from 1 to 10 with Power Shell
In this tutorial, I will create a simple program with Power Shell to print the odd numbers ranging from 1 to 10 with the help of the ‘foreach’ loop. The command is as follows:- As you can see that the if condition statement will filter out all the even numbers and only allow the odd…
Read More “Print odd numbers from 1 to 10 with Power Shell” »