Python2 Min Read LetuscrackonMay 31, 2025 Largest Square Matrix – Words Largest Square Matrix – Words: The program must accept a string S containing multiple words as the input. The program must…
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…
C Java Kickstart Python1 Min Read LetuscrackonApril 26, 2025 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…
Python1 Min Read LetuscrackonMarch 31, 2025 Square Pattern Printing For N Square Pattern Printing For N: Given N, print the pattern as described in the Example Input/Output. Input Format:The first line will contain…
Python1 Min Read LetuscrackonMarch 26, 2025 Square Even and Cube Odd Square Even and Cube Odd: Given an array of integers of size N as input, the program must print the square of even elements and the cube of…
Python1 Min Read LetuscrackonJanuary 31, 2025 Square Matrix – Odd Integers The program must accept N integers and print a square matrix of size K*K with the odd integers present. In case there are…
C Python2 Min Read LetuscrackonJanuary 12, 2025 Four Strings Square Four Strings Square: Four strings all having the same length L are passed as the input to the program. The four strings must be printed in a…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Difference Between Square of Largest and Smallest Digit The program must accept an integer N as the input. The task is to find the largest and smallest digit in the number and then print the…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Determine if Number is a Perfect Square The program must accept an integer N as the input. The program should determine if the given number is a perfect square. If the number is a…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Add Square of Each Digit to the Number Given a number as the input, compute the new number by adding the square of each of its digits to the original number. If the input is not a…