Python1 Min Read LetuscrackonJanuary 23, 2025 Product of Unit digit and Tenth digit Product of Unit digit and Tenth digit: Given a number N where N >= 10, the program must print the product of the unit and tenth digit.…
Python1 Min Read LetuscrackonNovember 11, 2024 Sum of Tenth and Unit Digits The program must accept a number N and print the sum of tenth and unit digits. Input Format:The first line denotes the value of N. Output…
Hephzibai EnstinonJuly 1, 2024 Largest Tenth Digit Integer The program must accept three integers X, Y and Z as the input. The program must print the value having the largest tenth digit as the output.…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Even Sum of Unit Digit and Tenth Digit The program must accept two integers X and Y as the input. The program must print the integers having the sum of the tenth…
C1 Min Read LetuscrackonJune 8, 2024 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…
C Kickstart1 Min Read LetuscrackonJune 6, 2024 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…
Python1 Min Read LetuscrackonJune 5, 2024 Largest of Tenth Digit and Unit Digit Largest of Tenth Digit and Unit Digit: Given an integer N as input, the program must print the largest of the tenth digit and the unit…