LetuscrackonJune 12, 2024 Top Scoring Batsman – TEST ODI 20-20 The program must accept the runs scored by N batsmen in the various cricket formats – TEST, ODI and 20-20 and print the top scoring…
LetuscrackonJune 11, 2024 Square – Top Right Co-ordinates The bottom left point co-ordinates of a square are passed as input. The length of the side of the square is also passed as the input. The…
LetuscrackonJune 11, 2024 SQL – Top Revenue Grossed By Year In Movies movie is a database table containing movie details whose create DDL is given below. The revenue of the movie is in millions. Write the SQL to…
LetuscrackonJune 11, 2024 DP – Matrix Ways from Top Left to Bottom Right The number of rows R and columns C of a matrix are passed as the input. The program must print the number of ways W to traverse from the top…
LetuscrackonJune 11, 2024 Top Ranking Student – Maths Physics Chemistry The program must accept the marks scored by N students in Maths, Physics and Chemistry and print the name of the single top ranking student.…
LetuscrackonJune 9, 2024 Matrix Zig-Zag from Top Right The program must accept an integer N as the input. The program must print the desired pattern as shown in the Example Input/Output…
LetuscrackonJune 9, 2024 Matrix Zig-Zag from Top Left The program must accept an integer matrix of size R*C as the input. The program must print the elements from the top left of the…
LetuscrackonJune 7, 2024 Top 10 frequently asked HR interview questions Wouldn’t it be great if you knew exactly what questions a hiring manager would be asking you in your interview? 1. Tell me about yourself?…
LetuscrackonJune 5, 2024 Matrix Add Top Row Matrix Add Top Row: A matrix of size R*C is given as the input to the program. The program must add the elements in the first row in each…