Write a java program to find Repeating set of characters in a string.
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
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
Given input as HashMap, value consists of marks and roll no as key. Find the sum of the lowest three subject marks from the HashMap.
How to Write a java program to find a unique number in java. program in java that accepts an integer as input and finds whether
Write a program to input a string array. The input may contain digits and alphabets (“de5g4G7R”). Extract odd digits from each string and find the
Write a program that accepts a string as input and converts the first two names into dot-separated initials and prints the output. The input string
Write a program that takes a string and returns the number of unique characters in the string. If the given string does not contain any