Java1 Min Read LetuscrackonJune 11, 2024 JAVA – Method Overriding and Super Keyword – Game The main method class Hello.java is given below. Please write the code for the…
C1 Min Read LetuscrackonJune 11, 2024 Pattern Printing – WIPR 001 Given an input value of N, complete the method printPattern so that program prints the pattern as given in example Input/Output. Input…
Python1 Min Read 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 – Select 3rd & 4th Year Students student is a database table containing student details whose create DDL is given below. Write the SQL to list students belonging to third and…
C TCS CodeVita2 Min Read LetuscrackonJune 11, 2024 Hermoine Number – TCS CodeVita Voldemort is finally dead, Hermoine is bored and has now developed some interest in mathematics, so she keeps challenging her friends. Harry…
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…
Java1 Min Read LetuscrackonJune 11, 2024 JAVA – MultiThreading – Printer The class Hello.java is given below. Please write the code for the class Printer.java so that the program prints 1 for N…
LetuscrackonJune 11, 2024 SQL – Students with Total Marks More Than 50 student is a database table containing student details whose create DDL is given below. marks is a database table containing the total marks…
LetuscrackonJune 11, 2024 SQL – Employee Name Search employee is a database table containing employee details whose create DDL is given below. Write the SQL to list the name and designation of…
Dynamic Programming Python1 Min Read LetuscrackonJune 11, 2024 DP – Maximum Sum Subarray An array of N integers (both positive and negative) is given as the input to the program. The program must print the maximum sum of the…