C Java Python1 Min Read LetuscrackonJanuary 28, 2025 Half Pyramid Pattern Printing Half Pyramid Pattern Printing: The program must accept an integer N as the input. The program must print the desired pattern as shown in the…
Python1 Min Read LetuscrackonNovember 27, 2024 Pattern Printing – Half Pyramid Using Asterisk The number of rows N is passed as the input. The program must print the half pyramid using asterisk *. Input Format:The first line contains N.…
Python1 Min Read LetuscrackonNovember 7, 2024 Pattern Printing – Half Pyramid Numbers The number of rows N is passed as the input. The program must print the half pyramid using the numbers from 1 to N. Input Format:The first…
C1 Min Read LetuscrackonJune 10, 2024 String Reverse First and Second Half A string is passed as input. The program must reverse the first and second half of the string and print it. Assume that the size of the string…
Java1 Min Read LetuscrackonJune 10, 2024 1st Half / 2nd Half Alphabets Leela is a science teacher for class V and she wants to divide the class into two halves based on the starting letter of the names of the…
C1 Min Read LetuscrackonJune 10, 2024 Pattern – Half Pyramid Reverse Given a positive integer value N as input, print the pattern as in the Example Input/Output section. Input Format:The first line contains N.…