Write a java program to find sum of common element in array.
Write a program to read two integer arrays and find the sum of common elements in both the arrays. If there are no common elements
Write a program to read two integer arrays and find the sum of common elements in both the arrays. If there are no common elements
Write a program to read an integer array and find the average of the numbers located on the Prime location(indexes). Round the average to two
Write a program to read a string from the user and remove all the alphabets and spaces from the String, and only store special characters and digit in
Write a program to read Date of Joining and the current date as Strings and Experience as integer and validate whether the given experience and
Given an input as the date of birth of the person, write a program to calculate on which day (MONDAY, TUESDAY….) he was born to store and
Get a string and a positive integer n as input. The last n characters should repeat the number of times given as second input. Write
Write a Program that accepts four int inputs(x1,y1,x2,y2) as the coordinates of two points. Calculate the distance between the two points using the below formula.
Write a program to read an integer array, find the largest difference between adjacent elements and display the index of the largest difference. EXAMPLE: input1:
Write a program to read two strings and one int value(N). Check if the Nth character of the first String from the start and the
Write a program to read a valid email id and extract the username from the email Id. In this article, we will see the following