Write a java program to validate date format in DD/MM/YYYY
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 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