C LetuscrackonMarch 23, 2026 Max Same Letter Square Size Certain kids were playing a game in which they would draw a N*N matrix and would fill in a letter from A to Z in a given cell based on certain…
C LetuscrackonMarch 23, 2026 Array Rotate Forward – R times An array of N integers is passed as the input to the program and the program must rotate the elements R times in forward direction. Input…
C LetuscrackonMarch 22, 2026 Complete Array reverse Method An array of N integers is passed as the input to the program and the program must print the array after reversing it. Complete the method…
C LetuscrackonMarch 22, 2026 C – Function – Reverse In Groups Given an array of integers of size N and size of group R as input, the program must reverse and print every R elements in the array. Please…
Programs Python Hephzibai EnstinonMarch 21, 2026 Parenthesis Pattern The program must accept a string $ as the input. The program must print the desired pattern as shown in the Example Input/Output section.…
Python LetuscrackonMarch 21, 2026 Bus Booking Requests The program must accept two integers M and N as the input, where M represents the number of buses in a row and N…
Python LetuscrackonMarch 20, 2026 Area of a square The perimeter P of a square is passed as the input. The program must print the area of the square. Input Format:The first line denotes the…
C LetuscrackonMarch 20, 2026 Maximum Sum in Array – M out of N Given N positive integers, find the maximum sum S that can be obtained by adding exactly M out of the N integers. The program must print the…
Python LetuscrackonMarch 19, 2026 Sum divisible by D Two numbers A and B are passed as input. The program must print yes if the sum of these two numbers A and B is divisible by a third number D.…
C LetuscrackonMarch 18, 2026 Minimum Difference – Mark Pairs Manisha and Ranjani are in the same class and are friends. All students in the class write N exams. In order to motivate the students, the…