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…
C Java Kickstart Python1 Min Read LetuscrackonMay 20, 2025 Odd Even Mixed Accept two integers A and B as the input. – If A and B are even then print “EVEN” as the…
C Java Kickstart Python1 Min Read LetuscrackonMay 19, 2025 Century or Half-Century The runs scored by a batsman is passed as the input. The program must print if he has scored a Century or Half-Century. Note: If the runs is…
C Java Kickstart Python1 Min Read LetuscrackonMay 19, 2025 Square – Format Print The program must print a number and print the square as per the format given in the Example Input/Output Section. Example Input/Output…