Python LetuscrackonJuly 9, 2025 Print Vowels and Consonants The program must accept a string value S as the input. The program must print the vowels in S and then print the…
Python LetuscrackonJuly 9, 2025 Update & Sum Queries – IntegerList Update & Sum Queries – IntegerList: The program must accept a list of integers and Q queries as the input. For…
C LetuscrackonJuly 8, 2025 function splitEvenLengthWords The function/method splitEvenLengthWords accepts an argument str that represents a string value containing multiple words.…
Python LetuscrackonJuly 8, 2025 Prefix to Postfix Conversion Prefix to Postfix Conversion: The program must accept a string S representing a prefix expression as the input. The program must convert the…
Java LetuscrackonJuly 7, 2025 Multiple Interfaces – Department and College Multiple Interfaces – Department and College: The program must accept…
C Cognizant LetuscrackonJuly 7, 2025 Function getRectangleArea Function getRectangleAreaThe function/method getRectangleArea accepts two arguments…
Python LetuscrackonJuly 6, 2025 Print Holidays – Monthly Calendar Print Holidays – Monthly Calendar: The program must accept a matrix representing the month of a calender year. The size of the matrix…
Python LetuscrackonJuly 6, 2025 Maximum Number of Balls – Triangle Maximum Number of Balls – Triangle: In a game, there are (N*(N+1))/2 boxes arranged as a triangle based on the following…
Python LetuscrackonJuly 5, 2025 Cities & Population Cities & Population: The program must accept the name and population of N cities as the input. The program…
C Java LetuscrackonJuly 5, 2025 C – Java – 019 C – Java – 019: Please convert the following C code to Java so that the Java program executes successfully passing the test cases.…