C Python1 Min Read LetuscrackonJune 7, 2024 Integers – Equal to Index The program must accept N integers and print the integers which are equal to their index value as the output. If there is no such integer, the…
Python1 Min Read LetuscrackonJune 7, 2024 K-digit Integers – Xth Smallest The program must accept a list of N unique integers and two integers K, X as the input. The program must print…
Python1 Min Read LetuscrackonJune 7, 2024 Two Integers Plus or Minus The program must accept two integers A,B separated by a string S (whose value is plus or minus). Based on the string value S, the program must…
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…