Java1 Min Read LetuscrackonJune 9, 2024 Betting game – Diceroll In a betting game involving the roll of a dice, Sandeep gains Rs.X if an odd number turns up and he loses Rs.Y is an even number turns up. The…
Java1 Min Read LetuscrackonJune 9, 2024 Next Number Palindrome Given a number N, the program must print the next palindromic number P. Boundary Conditions:9 < N < 100000 Input Format:First…
Java1 Min Read LetuscrackonJune 9, 2024 Convert rupees to paise A floating point value F indicating the amount in rupees is passed as input. The program must print the corresponding value in paise.Note: 1…
Java1 Min Read LetuscrackonJune 9, 2024 Reverse Number sign An integer value N is passed as the input. The program must reverse the sign of N and print -N as the output. Input Format:The first line…
C Java Python1 Min Read LetuscrackonJune 9, 2024 Reverse words Given a string S as the input Write a program to print the reverse order of the words in the string S. Input Format:The first line contains S.…
C Java1 Min Read LetuscrackonJune 9, 2024 Leap Year A year Y will be passed as input. The program must find if the given year is a leap year or not. If it is a leap year, print yes…
C Java1 Min Read LetuscrackonJune 9, 2024 Word slot A Square Matrix of N Rows and N Columns is passed as the input and also a String S of Length L is passed as input. The matrix has an empty…
Java Python1 Min Read LetuscrackonJune 9, 2024 Next Prime Number A number N is passed as the input. The program must print the next immediate primenumber.Input Format:The first line will contain N.Output…
C Java Python1 Min Read LetuscrackonJune 9, 2024 Arrange Alphabets – Descending Order A string S (with only LOWER case alphabets and length from 3 to 100) will be passed as input. The program should print the alphabets in the…
Java1 Min Read LetuscrackonJune 9, 2024 First Repeating Character From Last A string S is passed as the input. S has at least one repeating character. The program must print the first repeating character C from the…