The document contains a list of 30 Java programming tasks, ranging from basic arithmetic operations to more complex functions like calculating factorials and generating Fibonacci series. It also includes tasks for manipulating arrays, working with files, and using loops and conditional statements. Each task is a prompt for writing a specific Java program to demonstrate fundamental programming concepts.
The document contains a list of 30 Java programming tasks, ranging from basic arithmetic operations to more complex functions like calculating factorials and generating Fibonacci series. It also includes tasks for manipulating arrays, working with files, and using loops and conditional statements. Each task is a prompt for writing a specific Java program to demonstrate fundamental programming concepts.
2.Write a program to display Fibonacci series . 3. write a program to multiply two floating point numbers. 4.write a program to find ASCII value of a character. 5.write a program to find factorial of a number. 6. write a program to find factorial of a number using BigInteger. 7. write a program to calculate the sum of natural numbers using for loop. 8.write a program to compute quotient and remainder. 9.write a program to check whether a number is even or odd using if else statement . 10. write a program to check whether an alphabet is vowel or consonant using if else statement. 11. write a program to check whether an alphabet is vowel or consonant using switch statement. 12. write a program to check whether a number is positive or negative. 13. write a program to generate multiplication table using while loop. 14. write a program to generate multiplication table using for loop. 15. write a program to display uppercased alphabet using for loop. 16. write a program to display factors of positive integer. 17. write a program to display factors of a negative integers. 18. write a program to calculate the power of a number using a for loop. 19. write a program to calculate the power of a number using a while loop. 20. write a program to calculate the power of a number using pow () function. 21. write a program to count number of digits in an integer using while loop. 22. write a program to print half pyramid using *. 23. write a program to print an array using for loop. 24. write a program to print to get current date and time in default format. 25. write a program to delete a file using delete (). 26. write a program to add elements using add (). 27. Write a program to calculate the difference between two sets. 28. write a program to loop through enum using for each loop. 29. write a program to print an integer entered by an user. 30. write a program to swap two numbers using temporary variable.