Python1 Min Read LetuscrackonOctober 1, 2025 Find the digital sum A number N is passed as an input to the program. The program must print the digital sum of the number. Note: The digital sum of a number is…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Digital Sum – Compress Integer The program must accept an integer N as the input. The program must compress the integer N by concatenating the digital sum of every two…
C Java JavaScript Python4 Min Read LetuscrackonJune 11, 2024 Digital 7-Shaped String Given an input String S, accept the input string S and print the string as shown in the Example Input/ Outputsection. Input Format:The…
Python1 Min Read LetuscrackonJune 10, 2024 Two Digital Clocks Two digital clocks C1 and C2 (in 24-hr format) are hanging in a room showing two different times in chronological order.…
C Java Python3 Min Read LetuscrackonJune 10, 2024 Digital Sub-Matrix Pattern The program must accept an integer matrix of size NxN as the input. The program must find the maximum number of…