C1 Min Read LetuscrackonJanuary 25, 2026 Unit Digit – Ascending and Descending The program must accept two integers as the input. The program must sort the two integers in ascending order based on their unit digit and…
C Java Python1 Min Read LetuscrackonJanuary 23, 2026 Replace Max Digit – Two Integers The program must accept two integers X and Y as the input. The program must replace all the occurrences of the maximum digit in X with the…
C1 Min Read LetuscrackonDecember 13, 2025 Numbers with Unit Digit Numbers with Unit DigitGiven two positive integers A and B and a digit U, the program must print all the integers from A to B (inclusive of A…
C1 Min Read LetuscrackonNovember 2, 2025 Digit In Tenth Position The program must accept a positive integer N and print the digit in the tenth position. Input Format:The first line denotes the value of…
C1 Min Read LetuscrackonSeptember 28, 2025 Nature of Digit in Position Given a number ‘n’ and a position; Write an algorithm and subsequent ‘C’ program to Check if the ‘p-th’ Digit, Starting from left-most digiit…
C1 Min Read LetuscrackonJuly 17, 2025 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 LetuscrackonJuly 16, 2025 Find Power – First Digit & Last Digit The program must accept an integer N as the input. The program must print the value of the first digit raised to the power of the…
C Kickstart1 Min Read LetuscrackonJune 30, 2025 Check If Tenth Digit is Odd or Even (Using if-else) The program must accept an integer N as the input. The program must print Odd if the tenth digit is odd. Else the…
C Kickstart1 Min Read LetuscrackonJune 21, 2025 Find Hundredth Digit The program must accept an integer N as the input. The program must print the hundredth digit of N as the output. Boundary…
Python1 Min Read LetuscrackonMay 25, 2025 Submatrix – Unit Digit Corner Submatrix – Unit Digit Corner: The program must accept an integer matrix of size R*C and a digit D as the input. The…