Python LetuscrackonJune 14, 2025 String Decryption – Character Position String Decryption – Character Position: The program must accept a string S (encrypted string) as the input. The encryption…
Python LetuscrackonJune 13, 2025 Define class Test Define class Test: The below Python program accepts the name and the duration(in minutes) of two tests as the input.…
C Python LetuscrackonJune 13, 2025 Python – C – 013 Python – C – 013: Please convert the following Python code to C so that the C program executes successfully…
Python LetuscrackonJune 12, 2025 Zig-Zag Product Row Zig-Zag Product Row: The program must accept an integer matrix of size R*C and two integers X, Y as the input. The…
C Cognizant LetuscrackonJune 12, 2025 Function getArrayFromMatrix Function getArrayFromMatrix: The function/method getArrayFromMatrix accepts three arguments…
Python LetuscrackonJune 11, 2025 Longest Common Middle Substring Longest Common Middle Substring: The program must accept two string values S1 and S2 as the input. The program must print…
C Cognizant LetuscrackonJune 11, 2025 Function getThreeOrFourDigits Function getThreeOrFourDigitsThe function/method getThreeOrFourDigits accepts two arguments – SIZE and arr.…
Python LetuscrackonJune 10, 2025 Chess Board Pattern Chess Board Pattern: The program must accept two integers M and N as the input. The program must form a matrix of…
Python LetuscrackonJune 10, 2025 Students Rank Students Rank: There are N students who have taken a test. The students who have scored same marks are allocated the same rank. The…
C Cognizant LetuscrackonJune 9, 2025 Function addTwoMatrices Function addTwoMatrices: The function/method addTwoMatrices accepts four arguments…