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…
Python1 Min Read LetuscrackonJune 11, 2024 Rectangle or Square Vignesh is very much interested in Geometry and he was reading about Rectangles and Squares. He wanted a program which will print Rectangle or…
Python1 Min Read LetuscrackonJune 11, 2024 Square – Top Right Co-ordinates The bottom left point co-ordinates of a square are passed as input. The length of the side of the square is also passed as the input. The…
C1 Min Read LetuscrackonJune 11, 2024 Pattern – ZigZag Number Square Given an integer N as the input, print the pattern as given in the Example Input/Output section. Input Format: The first line contains N.…