Python1 Min Read LetuscrackonJune 12, 2024 1 to N – Mixed Pattern Printing The program must accept a number N and print the numbers from 1 to N with the first number being 1, second number being N, third being 2 and…
C1 Min Read LetuscrackonJune 9, 2024 Mixed Series – From Xth term to Yth term The program must accept the first four terms of a mixed series and two integers X and Y as the input. The program must print all the terms…
Python2 Min Read LetuscrackonJune 7, 2024 Rearrange Mixed Matrix The program must accept a matrix of size R*C as the input. The given matrix…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Odd Even Mixed Accept two integers A and B as the input. – If A and B are even then print “EVEN” as the…