C1 Min Read LetuscrackonJune 9, 2024 Replace Vowels – Circular Fashion The program must accept a string S as the input. The program must replace all the vowels in S by the…
C1 Min Read LetuscrackonJune 9, 2024 Same Adjacent – Asterisks The program must accept a string S as the input. The program must print YES if the adjacent characters of each asterisk (*) are same. Else the…
C1 Min Read LetuscrackonJune 9, 2024 Characters – Factors of Length The program must accept a string S as the input. The program must calculate the length of string S as L. Then the program must print the…
C1 Min Read LetuscrackonJune 9, 2024 Mixed Series – From Xth term to Yth term The program must accept the first four terms of a mixed series and two integers X and Y as the input. The program must print all the terms…
C1 Min Read LetuscrackonJune 9, 2024 Strict Professor – Class Cancellation In a college , a professor is strict and mandates that at least M students out of the total N students must arrive on time to his…
C1 Min Read LetuscrackonJune 9, 2024 Robot – Stair Climbing There are N stairs to be climbed in a building. A robot can take only S different leaps each containing certain distinct…
C Java Python2 Min Read LetuscrackonJune 9, 2024 Split & Check Prime Integers The program must accept an integer N as the input. The program must split the integer N into two parts and print them if both are prime…
C Java Python2 Min Read LetuscrackonJune 9, 2024 Matrix – Same Characters The program must accept a character matrix of size NxN as the input. The program must print YES if all the characters in the diagonals (both…
C1 Min Read LetuscrackonJune 9, 2024 2D Matrix – Elements Adjacent Sum Given a matrix of R rows and C columns, for each element print the sum of the adjacent elements.Input Format:The first line contains RThe…
C Python1 Min Read LetuscrackonJune 9, 2024 Restaurant – Lucky Numbers Discount Every day in a restaurant two numbers X and Y are considered lucky numbers. If the bill amount B is divisible by X, then X% discount is…