C Java Python1 Min Read LetuscrackonAugust 26, 2025 Position – Rightmost Bit The program must accept two integers X and Y as the input. The program must print the position of the rightmost bit that differs in the binary…
C Java Python1 Min Read LetuscrackonAugust 20, 2025 Car Registration Number The program must accept the registration number N of a car as the input. The program must print the sum of digits in N as the output. Example…
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.…
Java2 Min Read LetuscrackonAugust 4, 2025 Define class Palace – Visit Status N persons visit a palace. The name, gender(M-Male or F-Female) and age of the N persons are passed as the input. The…
Java1 Min Read LetuscrackonJuly 29, 2025 Merge Sorted Descending The program must accept two lines of integers (M and N number of integers) which are sorted in ascending order. The program must merge the two…
C Java Kickstart Python1 Min Read LetuscrackonJuly 28, 2025 Sorted or Not Accept three integers A, B and C as the input. If A, B and C are in ascending order or in descending order then print…
C Java Kickstart Python1 Min Read LetuscrackonJuly 27, 2025 Absolute Difference Multiples The program must accept two integers N1 and N2 as the input. The program must print the first 10 multiples of their…
C Java Kickstart Python1 Min Read LetuscrackonJuly 25, 2025 Multiple of 30 Plus 1 or 2 The program must accept an integer N as the input. The program must print YES if N is exactly one or two more than a…
C Java Kickstart Python1 Min Read LetuscrackonJuly 22, 2025 Same or Different – Characters The program must accept three characters ch1, ch2 and ch3 as the input. The program must print Same if the…