Java1 Min Read LetuscrackonMay 11, 2026 JAVA – Package – EvenPrinter The class Hello.java is given below. Please write the code for the class EvenPrinter.java so that the program prints the output as mentioned…
C Java Python1 Min Read LetuscrackonMay 6, 2026 Print Odd Even Negative Integer Count Accept N integers and print the count of odd, even and negative integer count as the output. Input Format:The first line contains N.The second…
C Java Python1 Min Read LetuscrackonMay 4, 2026 Convert Decimal to Binary Given a number N in decimal format, the program must print the binary representation of the number N. Input Format:The first line contains N.…
Java2 Min Read LetuscrackonApril 23, 2026 RAT CHEESE MAZE Moozak the mouse has been placed in the top left corner of a maze. There is a huge chunk of cheese somewhere in the maze which is represented…
Java1 Min Read LetuscrackonApril 21, 2026 Count of common factors Given a set of numbers, the program must find the count of the common factors C excluding 1. Input Format:First line will contain the integer…
C Java1 Min Read LetuscrackonApril 10, 2026 Shirt – Matching Pairs A shop to increase sales during a festival has an offer that a customer will get a discount if the customer buys shirts having same size in…
Java1 Min Read LetuscrackonApril 10, 2026 Rounding Marks In a college, each student receives marks M in any of the subjects in the range from 0 to 100. – If the difference between the marks and…
C Java Python2 Min Read LetuscrackonApril 1, 2026 Search Substring & Print Words The program must accept a space-separated string S and N string values as the input. For each string X among the…
Java1 Min Read LetuscrackonMarch 18, 2026 JAVA – Method Overloading – Adder The main method class Hello.java is given below. Please write the code for the class Adder.java so that the program prints…
Java1 Min Read LetuscrackonMarch 5, 2026 JAVA – Constructor – Sum and Product The main method in Hello.java is as shown below. Define the class Calculator.java by filling in the code so that the…