Python1 Min Read LetuscrackonJune 11, 2024 Pattern Printing – String Characters Given a string S of length L, the program must print the pattern as described in the Example Input/Output. Input Format:First line contains…
Java1 Min Read LetuscrackonJune 11, 2024 JAVA – Package – EvenPrinter The class Hello.java is given below. Please write the code for the class EvenPrinter.java so that the program prints the output as mentioned…
C Python1 Min Read LetuscrackonJune 11, 2024 Triangle Pattern – 002 Given an odd integer N, print a triangle with * as mentioned in the below examples. Input Format: The first line contains N. Output Format:…
C1 Min Read LetuscrackonJune 11, 2024 Pointer & Structure – CTC Hike A company has given hike 10% of annual pay for its employee which includes basicpay and HRA. Fill the missing lines of code to print the…
Cognizant1 Min Read LetuscrackonJune 11, 2024 Function printColumnSum – CTS PATTERN You are required to complete the given code by implementing the logic for the function. You can click on Run anytime to check the…
Cognizant1 Min Read LetuscrackonJune 11, 2024 Function reverseTraverseByUnitDigit – CTS PATTERN You are required to fix all the logical errors in the given code. You can click on Run anytime to check the compilation/execution status of…
C1 Min Read LetuscrackonJune 11, 2024 Pointers – Total Marks Marks scored in three subjects M1, M2, M3 are given as input. The below program prints the total marks by invoking the function…
Cognizant1 Min Read LetuscrackonJune 11, 2024 Function decreasingSeqWithDecDiff – CTS PATTERN You are required to fix all the logical errors in the given code. You can click on Run anytime to check the compilation/execution status of…
Cognizant1 Min Read LetuscrackonJune 11, 2024 Function incrementDigitsByTwo – CTS PATTERN You are required to fix all the logical errors in the given code. You can click on Run anytime to check the compilation/execution status of…
Python1 Min Read LetuscrackonJune 11, 2024 Mirror Pattern – Ascending Descending Order Accept an integer N as the input. The program must print the mirror pattern as shown in the Example Input/Output section below. Boundary…