Python LetuscrackonFebruary 20, 2025 Water Image Pattern with Base Water Image Pattern with Base: The program must accept two integers N and M as the input. The program must print the…
Java LetuscrackonFebruary 19, 2025 JAVA – File Handling – Largest Integer Java Program to find the largest integer using file Handling Java File Handling: An array of N integers is read from a file. The file name is…
Python 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…
C LetuscrackonFebruary 18, 2025 Move Hundreds to End Move Hundreds to End: Fill in the missing lines of code to implement the method (function) moveHundreds(int array[], int size) so…
C Python LetuscrackonFebruary 18, 2025 Pattern Printing Number with Asterisk Pattern Printing Number with Asterisk Program in Python and C languages The program must accept an integer N as the input. The program must…
C LetuscrackonFebruary 17, 2025 Perfect Squares – Till N Given a positive integer N as the input, print all the perfect squares till N (inclusive of N). Input Format:The first line contains N. Output…
C LetuscrackonFebruary 17, 2025 Toggle Consonants Adjacent to Vowels The program must accept a string S containing only alphabets both in lower and upper case. The program must toggle the case of the consonants…
Python LetuscrackonFebruary 16, 2025 Print Next Even Digit Given a number N, the program must print the next even digit for each of the digits in N, Boundary Condition(s):1 <= N <= 999999999…
Python LetuscrackonFebruary 16, 2025 Find Generation Gap Find Generation Gap: The family hierarchy is given in N lines. Each line contains parent and child separated by a space. The program must find…
C Python LetuscrackonFebruary 15, 2025 Matrix – Column-wise Decrement Matrix – Column-wise Decrement: Given an integer N then form an N*N matrix by assigning the value N as starting value and incrementing…