Question 1: Write a java program to compute the squares of the numbers in the array list like 1, 2, 3, 4... up to 50.
Question 2: Write a java program to compute the sum of numbers and average in the array list up to 50.
Question 3: Write the java program to find the minimum and maximum number in the array list. ( Choose your own numbers randomly up to 50 numbers)
Question 4: Write a java program to find the number in the given list.
Question 5: Write a java program to find the location of an element in the list.
Question 6: Write a java program to sort the given names in the array list. (Choose your own list at least contains 25 names).
Question 7: Write a java program to print the following up to 10 numbers.
1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
Question 8: Write a java program to print the following up to 10 height.
*
***
*****
*******
*********
Question 9: Write a simple java program which explains the process of Bank. The program must contain the following components: (Must give reference of the following in the program)
1. Comments
2. Importing few java packages
3. Atleast 2 classess.
4. Atleast includes two access specifiers
5. Constructors
6. Instance variables
7.Instance of classes
8. Implicit parameters
9. Explicit parameters