Java1 Min Read LetuscrackonFebruary 21, 2025 JAVA – File Handling – Sort Students Java Program to sort the students using file Handling JAVA – File Handling – Sort Students: A list of name and marks for N…
C Python1 Min Read LetuscrackonJanuary 18, 2025 Sort Pass Students by Name Sort Pass Students by Name: A list of N students name and their marks in three subjects are passed as the input. The average of the 3 subjects…
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…
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…
Python1 Min Read LetuscrackonJune 11, 2024 Students and Department Students and Department Given N students name and department, print the X students belonging to a specific department D. Input Format: The…
Java1 Min Read LetuscrackonJune 10, 2024 JAVA – Static Members – Students Count The main method in Hello.java is as shown below. Define the class Student.java by filling in the code so that the program…
C Java JavaScript Python2 Min Read LetuscrackonJune 10, 2024 Xth Rank – Students The name and score of N students in a test are passed as input to the program. Also, an integer X is passed as input to…
Java1 Min Read LetuscrackonJune 7, 2024 Compare Two Students Compare Two Students: The program must accept the name, age and registration number of two students as the input. The…
Python1 Min Read LetuscrackonJune 6, 2024 Students Rank Students Rank: There are N students who have taken a test. The students who have scored same marks are allocated the same rank. The…