Java

Java

JavaF

1st Half / 2nd Half Alphabets

Leela is a science teacher for class V and she wants to divide the class into two halves based on the starting letter of the names of the…
JavaF

Two Strings – L Joint

Given two strings S1 and S2, where the last letter of one of the strings is same as the first letter of the other string, print the output as…
JavaF

Numbers – Range Count

Given N distinct integers, the program must print the number of ranges R present. A range is defined as two or more consecutive integers.…