I want to make a program to print odd numbers . I cannot make this program.Help me to solve this problem
Input maxnumberfor x = 1 to maxnumber step 2print xnext x