C Python1 Min Read LetuscrackonDecember 2, 2025 2D Matrix Absolute Difference Diagonals Elements Sum A Square Matrix has N rows and N columns. Get the matrix as input and find the absolute difference between the sum of the values in the two…
Python1 Min Read LetuscrackonNovember 25, 2025 Difference between LCM and HCF of two numbers Two whole numbers N1 and N2 are passed as input. The program must print the difference between the LCM and HCF of these two numbers. Input…
C Java Kickstart Python1 Min Read LetuscrackonJuly 27, 2025 Absolute Difference Multiples The program must accept two integers N1 and N2 as the input. The program must print the first 10 multiples of their…
Python1 Min Read LetuscrackonApril 22, 2025 Maximum Difference – Subsequent Integers Maximum Difference – Subsequent Integers: The program must accept N integers as the input. The program must sort the N…
Python1 Min Read LetuscrackonFebruary 22, 2025 String Chars – Max Absolute Difference Sum Max Absolute Difference Sum: Given N strings containing lower case alphabets as input, the program must print the string with the maximum sum…
Python1 Min Read LetuscrackonJanuary 24, 2025 Largest & Smallest Unit Digit Numbers Difference Largest & Smallest Unit Digit Numbers Difference: Given N numbers, the program must find and print the difference between numbers having…
C Python1 Min Read LetuscrackonJanuary 1, 2025 Increase By Adjacent Difference Increase By Adjacent Difference: Given N numbers, the program must increment a given number by the absolute difference between it’s…
C Java Mathematical Programming Python2 Min Read LetuscrackonJune 12, 2024 Find Largest Difference Between Two Adjacent Digits In digital mathematics and number analytics, a frequently encountered problem is the need to understand variations within a given number. This…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Difference Between Square of Largest and Smallest Digit The program must accept an integer N as the input. The task is to find the largest and smallest digit in the number and then print the…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Difference Between Highest and Lowest Prime Digits The program must accept an integer N as the input. The task is to find the highest and the lowest prime digits in the number and print the…