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…
Python1 Min Read LetuscrackonJune 26, 2025 String – First and Last Pattern String – First and Last Pattern: The program must accept a string S as the input. The program must print the characters of the…
Python2 Min Read LetuscrackonJune 10, 2025 Chess Board Pattern Chess Board Pattern: The program must accept two integers M and N as the input. The program must form a matrix of…
Python2 Min Read LetuscrackonJune 4, 2025 Unfolded Cube Pattern Unfolded Cube PatternThe program must accept 6 characters and an integer N as the input. The 6 characters…
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…
Python4 Min Read LetuscrackonApril 23, 2025 Horizontal Zig-Zag Multiples Pattern Horizontal Zig-Zag Multiples Pattern: The program must accept an integer N as the input. The program must print the first N*N…