Python2 Min Read LetuscrackonNovember 9, 2025 Triangular Pattern A triangular pattern with ‘n’ rows is formed with ‘i’ numbers in the i – th row, starting from the first row. In a triangular pattern,…
C1 Min Read LetuscrackonOctober 21, 2025 Odd Length String Diagonal Pattern An odd length string S of length is passed as the input. The program must print the string S as two diagonal as shown in the example…
C1 Min Read LetuscrackonOctober 10, 2025 Inner Reduce Pattern Printing Given a number N, the program must print the pattern as described below. Input Format: The first line contains the value of the N which…
Python1 Min Read LetuscrackonSeptember 20, 2025 Diamond with Plus Pattern The program must accept an integer N as the input. The program must print (2*N)-1 lines of pattern as shown in the Example…
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…
Python2 Min Read LetuscrackonAugust 19, 2025 Array Increment/Decrement Pattern The program must accept an array of N integers and an integer T as the input. The program must modify the array T times…
C1 Min Read Hephzibai EnstinonJuly 19, 2025 Vertical Zig Zag 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 section.…
C1 Min Read Hephzibai EnstinonJuly 18, 2025 V Pattern [RWD] The program must accept an integer N as the input. The program must print the desired pattern as shown in the Example Input/Output section.…
Python1 Min Read LetuscrackonJuly 14, 2025 Alphabetical Order Pattern The program must accept a string S containing only alphabets as the input. The program must print all the alphabets of S in…
C Programs1 Min Read Hephzibai EnstinonJuly 14, 2025 Hollow Pattern Printing The program must accept two odd integers X and Y as the input. The program must print the desired pattern as shown in the Example Input/Output…