LetuscrackonMay 2, 2025 Print Letus crack in first two lines The program must print Letus in the first line and Crackin the second line. Note: L and C are in upper case. Output:LetusCrack C++ Java
C Java Kickstart Python1 Min Read LetuscrackonApril 28, 2025 Print Cube The program must accept a number and print it’s cube. Example Input/Output 1:Input:5 Output:125 Example Input/Output 2:Input:3 Output:27…
C Java Kickstart Python1 Min Read LetuscrackonApril 26, 2025 Print Square The program must accept a number and print it’s square. Example Input/Output 1:Input:5 Output:25 Example Input/Output 2:Input:9…
LetuscrackonApril 25, 2025 Print Letuscrack as the Output The program must print Letuscrack as the output. Note: S and R are in upper case. Python C C++ Java
Python1 Min Read LetuscrackonApril 21, 2025 Print Numbers & Ranges Print Numbers & Ranges: The program must accept N unique integers as the input. The program must print the integers and the…
Python1 Min Read LetuscrackonMarch 30, 2025 Print till First Non-Alphabet Print till First Non-Alphabet: The program must print the given input String S till the first non alphabet character in the input String…
Python1 Min Read LetuscrackonMarch 28, 2025 Print VIBGYOR Print VIBGYOR: The program must accept a character CH (upper case) as input and print as per the following conditions.ForV print Violet,I…
Cognizant1 Min Read LetuscrackonMarch 1, 2025 Print Only Consonants – CTS PATTERN Print Only Consonants: You are required to fix all logical errors in the given code. You can click on run anytime to check the…
Cognizant1 Min Read LetuscrackonFebruary 23, 2025 Function Print from N+1 to 2N – CTS PATTERN Function Print from N+1 to 2N: You are required to fix all logical errors in the given code. You can click on run anytime to check the…
Python1 Min Read LetuscrackonFebruary 16, 2025 Print Next Even Digit Given a number N, the program must print the next even digit for each of the digits in N, Boundary Condition(s):1 <= N <= 999999999…