Python1 Min Read LetuscrackonFebruary 19, 2025 String Pattern – Inverted U String Pattern – Inverted U: Three strings S1, S2 and S3 are passed as the input. The program must print the pattern as shown in the…
C1 Min Read LetuscrackonFebruary 12, 2025 Inverted Trapezium Pattern Program In C Inverted Trapezium Pattern Program In C: The program must accept an integer N as the input. The program must print the desired…
C1 Min Read LetuscrackonNovember 16, 2024 Inverted L-Shaped Matrix Given a squarematrix of size S, print the matrix in the format given in Example Input/Output section. Input Format:The first line…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Count of Digits Inverted in Their Position The program must accept an integer N as the input. The task is to count and print the number of digits in N whose position (from the rightmost…
C Python2 Min Read LetuscrackonJune 10, 2024 Matrix – Inverted L & Reverse L The program must accept an integer matrix of size NxN as the input. The program must print the layers of the matrix based on the…
Python1 Min Read LetuscrackonJune 7, 2024 L or Inverted L – Flip Diagonally The program must accept integer values in L-shape or inverted L-shape as the input. The program must flip the given shape diagonally and print…