C Java Python2 Min Read LetuscrackonJune 7, 2024 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.…
Python1 Min Read LetuscrackonJune 7, 2024 Increment/Decrement – Find Sum The program must accept N string values representing N integers as the input. Each integer may or may not have…
Python1 Min Read LetuscrackonJune 7, 2024 Sum – Remove Last Occurring Zero The program must accept N integers as the input. For each integer X among the N integers, the program must remove the last…
Python1 Min Read LetuscrackonJune 7, 2024 Sum – Integers having at least one D The program must accept N integers and a digit D as the input. The program must print the sum S of integers…
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…
Python2 Min Read LetuscrackonJune 7, 2024 Update & Sum Queries – IntegerList Update & Sum Queries – IntegerList: The program must accept a list of integers and Q queries as the input. For…
Python2 Min Read LetuscrackonJune 6, 2024 Alphabet Matrix – Minimum Sum Path Alphabet Matrix – Minimum Sum Path: The program must accept a matrix of size R*C containing only alphabets as the input. Each…
Python1 Min Read LetuscrackonJune 6, 2024 Flip Horizontally – Matrix Sum Flip Horizontally – Matrix Sum: The program must accept two integer matrices M1 and M2 of size RxC as the…
Python2 Min Read LetuscrackonJune 6, 2024 Submatrix Sum – Integers Start with D Submatrix Sum – Integers Start with D: The program must accept an integer matrix of size R*C and two…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Sum of Two to Get Third Integer The program must accept three integers as the input. The program must print yes if any two of the three integers can be added to…