Python1 Min Read LetuscrackonApril 20, 2025 Multiply 3 and Add 5 Multiply 3 and Add 5: The program must accept an integer N as the input. The program must print YES if it is possible to…
Python1 Min Read LetuscrackonMarch 8, 2025 Matrix Add Top Row Matrix Add Top Row: A matrix of size R*C is given as the input to the program. The program must add the elements in the first row in each…
C Dynamic Programming Python TCS CodeVita4 Min Read LetuscrackonFebruary 4, 2025 Chakravyuha – TCS CodeVita Chakravyuha – TCS CodeVita: During the battle of Mahabharat, when Arjuna was far away in the battlefield, Guru Drona made a Chakravyuha…
Python ZOHO1 Min Read LetuscrackonJune 13, 2024 Pattern Printing – Numbers [ZOHO] Based on the input value of N, the program must print the pattern described below. Input Format:First line will contain the value of N. Output…
C Python ZOHO1 Min Read LetuscrackonJune 12, 2024 Pattern Printing Middle Letter – Odd Length String [ZOHO] Pattern Printing Middle Letter – Odd Length String [ZOHO]: An odd length string S is passed as the input. The program must print the…
Python ZOHO1 Min Read LetuscrackonJune 12, 2024 Print 1 to N – Digits Count [ZOHO] A positive integer N is passed as the input. If we print all the numbers from 1 to N continuosly, the program must find the number of…
Python ZOHO1 Min Read LetuscrackonJune 12, 2024 Array Numbers – Greater Than Previous [ZOHO] N integer values (positive, zero or negative) are passed as input to the program. The program must print the values of the integers (in the…
Python ZOHO1 Min Read LetuscrackonJune 12, 2024 Decode Ways – Secret Message [Zoho] A top secret message string S containing letters from A-Z (only upper case letters) is encoded to numbers using the following…
Cognizant1 Min Read LetuscrackonJune 12, 2024 Function isRightAngleTriangle – CTS PATTERN You can click on Run anytime to check the compilation/execution status of the program. You can use printf to debug your code. The submitted…
Python ZOHO1 Min Read LetuscrackonJune 12, 2024 String – Reverse Words [ZOHO] A string S is passed as the input. The program must reverse the order of the words in the string and print them as the output. Input…