Python1 Min Read LetuscrackonApril 20, 2025 Swap Two Characters & Compare Swap Two Characters & Compare: The program must accept two string values S1 and S2 of equal length as the input. The…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Compare Sum of Odd Positioned and Even Positioned Digits The program must accept an integer N as the input. The task is to compare the sum of the digits at odd positions and even positions in the…
C Java Python TCS CodeVita2 Min Read LetuscrackonJune 10, 2024 Bank Compare – TCS CodeVita There are two banks – Bank A and Bank B. Their interest rates vary. You have received offers from both banks in terms of the annual rate of…
Java1 Min Read LetuscrackonJune 7, 2024 Compare Two Students Compare Two Students: The program must accept the name, age and registration number of two students as the input. The…
C Kickstart1 Min Read LetuscrackonJune 6, 2024 Compare Two integers with Logical NOT and AND Operators (Boolean ) Accept two integers X and Y as the input. The program must print 1 if X and Y are not equal and also Xis greater…