1.The program must accept two integer N and K as input. The program must containing all the odd integer from 1 to N followed by all even integer from 1 to N.Then the program must print the K th integer in sequence as the output.
2.The program must accept a string S as the input.Then the program the desired pattern as shown in the Example section.
3.The program must accept two integer X and Y as the input.The program must print the uncommon factors of X and Y in descending order as the output.If there is no uncommon factor then the program must print '-1' as output.
4.The program must accept a string S containing only lower case alphabets as the input.The program must remove the repeated vowels in the string S.Then the program must print the modified string S as the output.
5. The program must accept an integer N as the input. The program must the desired pattern as shown in the Example Input/Output section.
6 .The program must accept N integer as the input. The program remove the trailing zeros for all the N integers.Then the program must print the smallest integer among the N modified integers as the output.
7.The program must accept two integers A and B as the input. The program must print the GCD of A! and B! as the output