Python1 Min Read LetuscrackonJune 13, 2025 Define class Test Define class Test: The below Python program accepts the name and the duration(in minutes) of two tests as the input.…
Java2 Min Read LetuscrackonJune 7, 2024 Define class Palace – Visit Status N persons visit a palace. The name, gender(M-Male or F-Female) and age of the N persons are passed as the input. The…
Python1 Min Read LetuscrackonJune 7, 2024 Define class Rectangle Define class Rectangle: The program must accept the length, the breadth of N rectangles and an integer X as…
Java1 Min Read LetuscrackonJune 6, 2024 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 6, 2024 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 6, 2024 Define class Event Define class Event: The program must accept the title, the registration fee and the duration(in minutes) of N…
Python1 Min Read LetuscrackonJune 6, 2024 Define class Stick Define class Stick: The below Python program accepts two integers representing the lengths of two sticks as the input. The program…