Python2 Min Read LetuscrackonFebruary 4, 2025 Mth and Nth Alphabets Mth and Nth Alphabets: The program must accept three integers M, N and K as the input. The program must form a string S of length K using…
Python1 Min Read LetuscrackonDecember 27, 2024 Infinite Sequence Nth Digit Infinite Sequence Nth Digit: The program must accept an integer value N and print the Nth digit in the integer sequence 1, 2, 3, 4, 5, 6, 7,…
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…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Except the Nth Position The program must accept a string value S and an integer N as the input. The program must remove the characters which are…
Python1 Min Read LetuscrackonJune 10, 2024 Print Nth term in A.P The first two terms (a1, a2) of a strictly increasing arithmetic progression (A.P) are passed as input. The program must print the Nth term…
C1 Min Read LetuscrackonJune 9, 2024 Arithmetic Progression – Nth term The first three terms in an arithmetic progression are passed as input. A positive integer value N (where N > 3) is also passed as the…