Python1 Min Read LetuscrackonMarch 15, 2025 Three Alphabet Series Three Alphabet Series: A special alphabet series can be formed by three alphabets A, B and C. An integer K is given as the input to the…
LetuscrackonNovember 10, 2024 Program to Find the nth term of the series 1, 1, 2, 3, 4, 9, 8, 27, 16, 81, 32, 243,64, 729, 128, 2187…,, This series is a mixture of 2 series – all the odd terms in this series…
C1 Min Read LetuscrackonJune 10, 2024 Fibonnaci Series In Reverse Order The program must accept an integer N as the input. The program must print the fibonacci series in the reverse order as the output. Boundary…
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…
Python1 Min Read LetuscrackonJune 8, 2024 Series using Sum of Digits The program must accept two integers N and K as the input. The program must generate a series of integers based on the…
C1 Min Read LetuscrackonJune 8, 2024 Series Team Score Two soccer team A and B play a series of matches over a period of time. In a match, the winning team gets 3 points. If the match ends in a…
Python1 Min Read LetuscrackonJune 5, 2024 Series – Decreasing Limits Series – Decreasing Limits: The program must accept an integer N as the input. The program must print the integers from N…