C1 Min Read LetuscrackonDecember 28, 2025 Right Triangle with Asterisk Pattern The program must accept an integer N as the input. The program must print the desired pattern as shown in the Example Input/Output…
C Python1 Min Read LetuscrackonDecember 3, 2025 Pattern Printing – Floyd Triangle A number N is passed as the number of rows in Floyd’s triangle is passed as the input. The program must print the Floyd’s triangle…
C Python1 Min Read LetuscrackonSeptember 3, 2025 Integer Triangle – Pattern The program must accept an integer N as the input. The program must print the desired pattern as shown in the Example Input/Output…
C Python1 Min Read LetuscrackonAugust 25, 2025 Area of Equilateral Triangle The program must accept the side S of an equilateral triangle as the input. The program must print the area of the equilateral…
Python1 Min Read LetuscrackonJuly 6, 2025 Maximum Number of Balls – Triangle Maximum Number of Balls – Triangle: In a game, there are (N*(N+1))/2 boxes arranged as a triangle based on the following…
Python1 Min Read LetuscrackonApril 25, 2025 Zig-Zag Triangle – String Pattern Zig-Zag Triangle – String Pattern: The program must accept a string S and an integer N as the input. The program…
Python1 Min Read LetuscrackonApril 15, 2025 Alphabets Triangle Pattern Alphabets Triangle Pattern: Given an integer N which indicates the position in the alphabet series (upper case) and another…
Python2 Min Read LetuscrackonMarch 25, 2025 X Integers – Triangle Pattern X Integers – Triangle Pattern: The program must accept N integers and an integer X as the input. The program must…
Python2 Min Read LetuscrackonMarch 21, 2025 Triangle with Asterisks Triangle with Asterisks: The program must accept a character matrix of size RxC and the positions of the three corners of a triangle (in any…
Python1 Min Read LetuscrackonMarch 9, 2025 Right Triangle Characters Pattern Program in Python Right Triangle Characters Pattern: A string S is passed as the input to the program. The program must print the characters in the string in…