Python2 Min Read LetuscrackonApril 26, 2025 Character Matrix – Alternate Ends Character Matrix – Alternate Ends: The program must accept a character matrix of size RxC as the input. The program must print the…
Python1 Min Read LetuscrackonMarch 11, 2025 Consonants from Start End Alternate Consonants from Start End Alternate: A string S is passed as the input to the program. The program must print the consonants from the start…
Python1 Min Read LetuscrackonDecember 14, 2024 Alternate Lower Case & Upper Case Alternate Lower Case & Upper Case: The program must accept a string S and print the first N lower case alphabets and the first N upper…
Java1 Min Read LetuscrackonJune 11, 2024 Alternate Sorting – Max Min Given an array of N integers, rearrange the array in such a way that the first element is first maximum, second element is first minimum,…
C1 Min Read LetuscrackonJune 10, 2024 Sum Of First and Last Alternate Elements Given an integer array of size N, print the sum of first and last number, second first and second last number and so on.Note:N is always…
Java1 Min Read LetuscrackonJune 9, 2024 Alternate letters in uppercase A string S (only alphabets) is passed as input. The printed output should contain alphabets in odd positions in each word in uppercase and…
Python1 Min Read LetuscrackonJune 8, 2024 Alternate Conversion Octal and Hexadecimal The program must accept an integer N as the input. The program must find the binary representation of the integer N. Then the program must…