C1 Min Read LetuscrackonJune 8, 2024 Position Digits Sum The program must accept two positive integers as the input and then print the sum of their unit digits, tenth digits and so on. Input Format:…
C1 Min Read LetuscrackonJune 8, 2024 Nature of Digit in Position Given a number ‘n’ and a position; Write an algorithm and subsequent ‘C’ program to Check if the ‘p-th’ Digit, Starting from left-most digiit…
C Java Python1 Min Read LetuscrackonJune 7, 2024 Position – Rightmost Bit The program must accept two integers X and Y as the input. The program must print the position of the rightmost bit that differs in the binary…
Python1 Min Read LetuscrackonJune 6, 2024 String Decryption – Character Position String Decryption – Character Position: The program must accept a string S (encrypted string) as the input. The encryption…