C Java Python2 Min Read LetuscrackonJune 12, 2024 Consonant – Vowel Pairs The program must accept a string S as the input. The program must print all the pairs having a consonant followed by a vowel in the string S…
C Java JavaScript Python3 Min Read LetuscrackonJune 11, 2024 Distinct Length Pairs The program must accept M integers and N integers as the input. The program must form pairs of integers by selecting one integer from M…
C Java1 Min Read LetuscrackonJune 11, 2024 Shirt – Matching Pairs A shop to increase sales during a festival has an offer that a customer will get a discount if the customer buys shirts having same size in…
Python1 Min Read LetuscrackonJune 11, 2024 All Digits – Pairs Count The program must accept N integers as the input. The program must print the number of pairs X where the concatenation of…
C1 Min Read LetuscrackonJune 11, 2024 Minimum Difference – Mark Pairs Manisha and Ranjani are in the same class and are friends. All students in the class write N exams. In order to motivate the students, the…
C1 Min Read LetuscrackonJune 10, 2024 Reversed Sum of Pairs An array of N integers is passed as input. The program must print the sum of every two consecutive elements in the array from last. Boundary…
Python1 Min Read LetuscrackonJune 8, 2024 Binary Reverse Pairs The program must accept Noddintegers and print all possible pairs of integers (X, Y) where the binary representation of X…
C Java Python2 Min Read LetuscrackonJune 8, 2024 Sort Pairs – Inside & Outside Parentheses The program must accept N pairs of integers as the input. One of the two integers in each pair is enclosed within a pair of…
Python1 Min Read LetuscrackonJune 7, 2024 Integer – Count of Pairs The program must an integer N as the input. The program must print the count C of pairs of positive integers X and Y so that the sum of X and…
C Python TCS CodeVita2 Min Read LetuscrackonJune 5, 2024 Digit Pairs – TCS CodeVita The program must accept N three-digit numbers as the input. The program must find the bit score for all N numbers and then print the…