Cycle - 1 Programs 1. Write a program to print Fibonacci series using command line arguments. 2. Check whether the given year is Leap or Not. 3. Write a program to print Prime numbers in a range. 4. Calculate the GCD (Greatest Common Divisor) of Two Numbers: 5. Display Perfect squares between two numbers. 6. Calculate the expression where inputs two operands are given in command line arguments including operator using switch case statement. 7. Write a program for printing the following pattern for given n value (n is no. of lines) 8. Write a program for printing the following pattern for given n value (n is no. of lines. 9. Write a program for printing the following pattern for given n value (n is no. of lines) 10. rite a program for printing the following pattern for given n value (n is no. of lines) 11. Write a java program to check whether the given number is ARMSTRONG or not. 12. Write a java program to check whether the given number is PERFECT or not. 13. Write...