Write a java program to remove common elements in the arraylist
Write a program that takes two ArrayLists as input and finds out all elements present either in A or B, but not in both. Input and
Write a program that takes two ArrayLists as input and finds out all elements present either in A or B, but not in both. Input and
Write a small price calculator application with the below-mentioned flow: Read a value n indicating the total count of devices. This would be followed by
Write a java program to read a string containing the date in DD-MM-YYYY format. find the number of days in the given month. Note –
Write a program to read an array, eliminate duplicate elements and calculate the sum of even numbers (values) present in the array. Input and Output
Write a program to read a string containing the date in DD/MM/YYYY format and check if its a leap year. If so, return true else
Write a java program to find the length of the largest chunk in the string. Read a string and return the length of the largest
Write a program to read an integer array, find the largest span in the array. Span is the count of all the elements between two
Write a program to read an integer array, Remove the duplicate elements and display sum of even numbers in the output. If the input array
Write a program to read an integer array and find the index of larger number of the two adjacent numbers with largest difference. Print the
Write a program to read a sentence in the string variable and convert the first letter of each word to the capital case. Print the