28 - Method which accepts Array and returns sum of all the elements in array
29 - Print Multiplication table without using Multiply operator
30 - Max difference between any adjacent index in array
31 - compare same indexes of 2 different arrays and create new array for matchValues
32 - Sort the Array in Ascending and Descending order
33 - Swap the variables with and with out using Temp variable
34 - Program for Printing Pyramid Pattern in Java
35 - Print Fibanocci Series by swapping variables
36 - Java logic to Check if given number is Prime
37 - Print Min number and Max number in Multi Dimensional Array
38 - Reverse the StringPalindrome with out using Predefined Reverse methods
39 - Eliminate duplicates and print Unique numbers in the Array
40 - Logic to Count no of occurence of characters in the String
41 - Reverse any given Number with arthimetical operations