Python LetuscrackonApril 6, 2026 Farmer-breaking yield records A farmer wishes to track during each harvest if he has broken previous best or worst records. The yield (in certain units) is passed as input…
C LetuscrackonApril 5, 2026 Shooting Targets N shooting targets are placed in a two dimensional grid and their x and y co-ordinates are provided. The x and y co-ordinates are integer…
Python LetuscrackonApril 5, 2026 Number Sequence Sort The program must accept and sort N number sequences. A number sequence can be multiplication, power or a normal number. The sorted list should…
C LetuscrackonApril 4, 2026 Interchange largest and smallest values Given N distinct integer values, the program must swap the position of the largest and smallest integer values. Input Format:The first line…
Python LetuscrackonApril 4, 2026 Odd-Even Values Difference Given a value of N positive integers, the program must print the difference between the sum of odd integers and the sum of even integers.…
C Cognizant LetuscrackonApril 3, 2026 Function multiplyNum – CTS PATTERN You are required to correct the syntax of the given code without changing its logic. You can click on Compile & Run anytime to check the…
Python LetuscrackonApril 3, 2026 Forward and Reverse Order of Alphabets – Matrix Pattern Accept an integer N and an alphabet A as input. The program must print the pattern as shown in the Example Input/Output section below. (Note:…
LetuscrackonApril 2, 2026 CSS Interview Questions Frequently asked top CSS and CSS3 Interview Questions and Answers. 1) What is Cascading Style Sheet (CSS) ? CSS is used for applying the…
Python LetuscrackonApril 2, 2026 All Digits – Pairs Count The program must accept N integers as the input. The program must print the number of pairs X where the concatenation of…
C Java Python LetuscrackonApril 1, 2026 Search Substring & Print Words The program must accept a space-separated string S and N string values as the input. For each string X among the…