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…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Create Two Numbers Using Higher and Lower Halves of Each Digit The program must accept an integer N as the input. The task is to form two new numbers by using the upper half and lower half of each digit of…
C1 Min Read LetuscrackonJune 8, 2024 Matrix – Upper Left to Lower Right The program must accept the upper left triangle elements of an integer matrix size of NxN as the input. The program must fill the lower right…