C1 Min Read LetuscrackonJune 10, 2024 Product – Swap Unit Digits The program must accept two integers X and Y as the input. The program must print the product of X and Y after swapping their unit digits as…
Python2 Min Read LetuscrackonJune 8, 2024 Swap Integers Matrix Border The program must accept an integer matrix of size R*C and two integers X, Y as the input. The program must find the Xth integer and the Yth in…
C1 Min Read LetuscrackonJune 7, 2024 Matrix Unit Digit Swap The program must accept an integer matrix of size R*C, where C is even and swap the unit digits of the elements in columns 1 and 2, then 3 and…
Python1 Min Read LetuscrackonJune 6, 2024 Swap Every Two Vowels Swap Every Two Vowels: The program must accept a string S as the input. The program must swap every two vowels in the string S. Then…