Python1 Min Read LetuscrackonJune 7, 2024 Toggle – Digits and Words The program must accept a string S which contains digits as integer values and words. The program must toggle the digits to words and words to…
C1 Min Read LetuscrackonJune 7, 2024 Print Digits – X and Y The program must accept two integers X and Y as the input. The program must print all the digits from the unit digit of X…
C Java Python1 Min Read LetuscrackonJune 7, 2024 Alphabets and Sum of Digits The program must accept a string S containing only alphabets and digits as the input. The program must print the alphabets and then the sum of…
C Python1 Min Read LetuscrackonJune 7, 2024 Integer with Two Digits The program must accept an integer N as the input. The program must print YES if the integer N is formed using exactly two digits. Else the…
C Python1 Min Read LetuscrackonJune 7, 2024 Sum of Factorial of Digits The program must accept an integer N as the input. The program must print the sum of factorial of the digits in N as the output. Boundary…
C Python1 Min Read LetuscrackonJune 7, 2024 Sum & Product of Digits in N The program must accept an integer N as the input. The program must find the sum of digits S and the product of digits P in N. Then the…
C Python1 Min Read LetuscrackonJune 7, 2024 Integer – Exactly Three Digits The program must accept an integer N as the input. The program must print yes if exactly three digits are used to form the integer N. Else the…
Python1 Min Read LetuscrackonJune 7, 2024 Rotate Digits – 180 Degrees The program must accept an integer N as the input. The program must form an integer X by rotating the each digit 180…
Python1 Min Read LetuscrackonJune 7, 2024 First Two and Last Two Digits The program must accept an integer N as the input. The program must print the absolute difference between the first two and last two…
Python1 Min Read LetuscrackonJune 7, 2024 Sum of Digits – Largest Integer The program must accept N integers as the input. The program must print the sum of the digits of the largest integer among the N…