C Java Python1 Min Read LetuscrackonAugust 11, 2025 Sort String Values – First and Last The program must accept N string values and sort them. Then the program must print the first and the last string values. Input : 5 lion tiger…
C Java Python2 Min Read LetuscrackonAugust 8, 2025 Sum of ASCII Values The program must accept a string S as the input. The program must print the sum of the ASCII values of all the characters in the string S.…
Python2 Min Read LetuscrackonAugust 2, 2025 Diamond Values The program must accept an integer matrix of size R*C and consider all possible non overlapping 3*3 sub matrices and print…
Python1 Min Read LetuscrackonAugust 2, 2025 Rearrange String Values – First Letter There are N string values that start with the same letter, but some string values are reversed. The program must accept those N…
Python1 Min Read LetuscrackonJuly 25, 2025 Split String Values – Palindrome The program must accept two string values S1 and S2 of equal length as the input. The program must split both the string…
Python2 Min Read LetuscrackonJune 8, 2025 Minimum Length – String Values Minimum Length – String Values: The program must accept N string values as the input. The program must print the output based…
C Java Kickstart Python1 Min Read LetuscrackonMay 13, 2025 Division – Two Values The program must accept two numbers and print the value (up to two decimal places) when they are divided. Example Input/Output…
C Dynamic Programming1 Min Read LetuscrackonFebruary 2, 2025 Pattern Printing for N Comma Separated Values Pattern Printing for N Comma Separated Values: The below program must print the given array of numbers in the given format for a given size N.…
Python1 Min Read LetuscrackonJanuary 28, 2025 Sum of Values Less Than or Equal to X Sum of Values Less Than or Equal to X: A set of N positive integers are passed as the input. Another number X which may or may not be present…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Sort the String Values Based on Length The program must accept N string values as the input. The program must sort the string values based on the length of each string…