C Java Python1 Min Read LetuscrackonJune 8, 2024 Fibonacci Sum – N Integers The program must accept N integers as the input. The program must find the integers which are present in the Fibonacci series. Then the…
C1 Min Read LetuscrackonJune 8, 2024 Sum of Unique Elements in the Array The program must accept a positive integer array of size N as the input. The programmust print the sum of unique elements in the array as the…
Python1 Min Read LetuscrackonJune 8, 2024 Split Integer – Range Sum The program must accept an integer N as the input. The program must print YES if it is possible to split the integer N…
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 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…
C1 Min Read LetuscrackonJune 7, 2024 Sum of Two Integers Equal to K The program must accept N integers and an integer K as the input. The program must print yes if the sum of any two integers among the N…
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…