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.…
Python LetuscrackonJuly 4, 2025 Merge Columns Fold to the Right Merge Columns Fold to the Right: An integer matrix with R rows and C columns is passed as the input. The programs must…
C Python LetuscrackonJuly 4, 2025 C – Python – 017 C – Python – 017: Please convert the following C code to Python so that the Python program executes…
Java LetuscrackonJuly 3, 2025 Compare Two Students Compare Two Students: The program must accept the name, age and registration number of two students as the input. The…
Python LetuscrackonJuly 3, 2025 Define class Rectangle Define class Rectangle: The program must accept the length, the breadth of N rectangles and an integer X as…
Python LetuscrackonJuly 2, 2025 Swap Every Two Vowels Swap Every Two Vowels: The program must accept a string S as the input. The program must swap every two vowels in the string S. Then…