Python1 Min Read LetuscrackonJanuary 21, 2026 Nested Triangle Pattern The program must accept an integer N as the input. The program must print a triangle based on the following conditions.– The triangle…
C Java Python2 Min Read LetuscrackonJanuary 7, 2026 Rotated Triangle Pattern Rotated Triangle PatternGiven an integer N, print the pattern as given in Example Input/Output section.Note: N is always an odd number.…
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…