Java1 Min Read LetuscrackonJuly 7, 2025 Multiple Interfaces – Department and College Multiple Interfaces – Department and College: The program must accept…
C Java1 Min Read LetuscrackonJuly 5, 2025 C – Java – 019 C – Java – 019: Please convert the following C code to Java so that the Java program executes successfully passing the test cases.…
Java1 Min Read LetuscrackonJuly 3, 2025 Compare Two Students Compare Two Students: The program must accept the name, age and registration number of two students as the input. The…
Java1 Min Read LetuscrackonJune 30, 2025 Define class Person Define class Person: The program must accept the details of a person(name & age) based on the query Q as the input.…
Java1 Min Read LetuscrackonJune 28, 2025 Define Class Student Define Class Student: The program must accept the name and the marks of N students as the input. Each student gets extra marks (0 to 10) based…
Java2 Min Read LetuscrackonJune 27, 2025 Define class Event Define class Event: The program must accept the title, the registration fee and the duration(in minutes) of N…
C Java Kickstart Python1 Min Read LetuscrackonJune 2, 2025 N Integers From N The program must accept an integer N as the input. Then the program must print N integers from N as the output. Example Input/Output:Input:5…
C Java Kickstart Python1 Min Read LetuscrackonMay 22, 2025 Length of the String The program must accept a string S as the input. The program must print the length of S as the output. Boundary Condition(s):1 <=…
C Java Kickstart Python1 Min Read LetuscrackonMay 22, 2025 Sum of Two to Get Third Integer The program must accept three integers as the input. The program must print yes if any two of the three integers can be added to…
C Java Kickstart Python1 Min Read LetuscrackonMay 20, 2025 Middle Three Characters A string S of length 7 is passed as the input to the program. The program must print the middle three characters as the output. Example…