Java1 Min Read LetuscrackonJune 10, 2024 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…
C1 Min Read LetuscrackonJune 10, 2024 Check Repeated Alphabets The program must accept a string value S as the input. The program must print invalid if the alphabets are repeated continuously for more than…
C1 Min Read LetuscrackonJune 9, 2024 K Alphabets in Reverse Order The program must accept a lowercase alphabet ch and an integer K as the input. The program must print K alphabets from ch in reverse…
C Java Python1 Min Read LetuscrackonJune 9, 2024 Arrange Alphabets – Descending Order A string S (with only LOWER case alphabets and length from 3 to 100) will be passed as input. The program should print the alphabets in the…