C Kickstart LetuscrackonJune 21, 2025 Print YES or NO (Using Logical AND) Accept a number X as the input. The program must print YES if it is greater than 3 and less than 10. Else…
C Kickstart LetuscrackonJune 21, 2025 Find Hundredth Digit The program must accept an integer N as the input. The program must print the hundredth digit of N as the output. Boundary…
C Cognizant LetuscrackonJune 20, 2025 Function getColumn Function getColumnThe function/method getColumn accepts four arguments – R, C, matrix and K. The…
C Kickstart LetuscrackonJune 20, 2025 Area of Circle The program must accept the radius R of a circle as the input. The program must print the area of the circle with precision…
C Cognizant LetuscrackonJune 19, 2025 Function customToUpper Function customToUpper: The function/method customToUpper accepts three arguments…
C Kickstart LetuscrackonJune 19, 2025 Smaller of Two Numbers (Using Ternary Operator) Accept two numbers X and Y as input. The program must print the smaller of two numbers as the output using ternary…
C Cognizant LetuscrackonJune 18, 2025 Function getUniqueUnitDigits Function getUniqueUnitDigits: The function/method getUniqueUnitDigits accepts two arguments SIZE and arr. SIZE…
Python LetuscrackonJune 18, 2025 Matrix – Remove Apples & Oranges Matrix – Remove Apples & Oranges: The program must accept a character matrix of size R*C containing only A‘s…
C Kickstart LetuscrackonJune 17, 2025 Check if X is Less than or Equal to Y (Using Ternary Operator) Accept two numbers X and Y as the input. The program must print YES if X is less than or equal to Y. Else the…
Python LetuscrackonJune 17, 2025 Binary Prefix Count – Divisible by X Binary Prefix Count – Divisible by X: The program must accept two integers N and X as the input. The program must…