C Java Kickstart Python1 Min Read LetuscrackonMay 5, 2025 Add Three Numbers Accept three numbers and print their sum. Example Input/Output 1:Input:5 2 4 Output:11 Example Input/Output 2:Input:25 15 10 Output:50 Python…
C Java Kickstart Python1 Min Read LetuscrackonMay 1, 2025 Add Two Numbers Accept two numbers and print their sum. Example Input/Output 1:Input:10 20 Output:30 Example Input/Output 2:Input:137 11 Output:148 Python Java C C++
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 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…
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…