Python1 Min Read LetuscrackonJune 7, 2024 Integer – Place Values The program must accept an integer N as the input. The program must print each place value in the integer N as the output. Boundary…
C Python1 Min Read LetuscrackonJune 7, 2024 At least 1 Vowel – N String Values The program must accept N string values as the input. The program must print yes if all the N string values contain at least 1 vowel. Else the…
C Java Python1 Min Read LetuscrackonJune 7, 2024 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 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.…
Python2 Min Read LetuscrackonJune 7, 2024 Diamond Values The program must accept an integer matrix of size R*C and consider all possible non overlapping 3*3 sub matrices and print…
Python1 Min Read LetuscrackonJune 7, 2024 Rearrange String Values – First Letter There are N string values that start with the same letter, but some string values are reversed. The program must accept those N…
Python1 Min Read LetuscrackonJune 7, 2024 Split String Values – Palindrome The program must accept two string values S1 and S2 of equal length as the input. The program must split both the string…
Python2 Min Read LetuscrackonJune 6, 2024 Minimum Length – String Values Minimum Length – String Values: The program must accept N string values as the input. The program must print the output based…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Division – Two Values The program must accept two numbers and print the value (up to two decimal places) when they are divided. Example Input/Output…