C Java Kickstart Python1 Min Read LetuscrackonJune 5, 2024 Print Cube The program must accept a number and print it’s cube. Example Input/Output 1:Input:5 Output:125 Example Input/Output 2:Input:3 Output:27…
C Java Kickstart Python1 Min Read LetuscrackonJune 5, 2024 Print Square The program must accept a number and print it’s square. Example Input/Output 1:Input:5 Output:25 Example Input/Output 2:Input:9…
Java1 Min Read LetuscrackonJune 4, 2024 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…
Java1 Min Read LetuscrackonJune 4, 2024 JAVA – File Handling – Largest Integer Java Program to find the largest integer using file Handling Java File Handling: An array of N integers is read from a file. The file name is…
Java1 Min Read LetuscrackonJune 4, 2024 Smallest Substring Program in Java The program must accept a string S as the input. The program must print the smallest substring containing all the distinct…