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…
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…
Cognizant1 Min Read LetuscrackonApril 10, 2025 Function descendingSortArray – CTS PATTERN Function descendingSortArray – CTS PATTERN: You are required to fix all the logical errors in the given code. You can click on Run anytime to…