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…
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…
Python1 Min Read LetuscrackonJune 7, 2024 Words Starting with Upper Case The program must accept a string S containing multiple words as the input. The program must print the words starting with an upper…