Python2 Min Read LetuscrackonApril 11, 2025 BINGO Game BINGO Game: A Bingo game is played with a 5×5 matrix board. When a person correctly guesses a number in the board it is slashed. When 5…
Python1 Min Read LetuscrackonMarch 23, 2025 Game Name by Character Game Name by Character: The program must accept a character CH (Lowercase) as input and print as per the following conditions.If CH is a,…
Python1 Min Read LetuscrackonJanuary 30, 2025 FLAMES Game FLAMES game is a relationship calculating game. Letters in FLAMES stand for,F – FRIENDSL – LOVERA – AFFECTIONM –…
Python1 Min Read LetuscrackonDecember 11, 2024 Word Game – Start End Letters To begin the game, let us say a word W is considered as the first word. The second word is the word which has the last letter of the first…
C Dynamic Programming Java Python TCS CodeVita5 Min Read LetuscrackonJune 12, 2024 Dice Game – TCS CodeVita Tanu and Shree are friends. They love playing dice games. They also like to experiment and invent new things. They have invented a mechanism…
Java1 Min Read LetuscrackonJune 11, 2024 JAVA – Method Overriding and Super Keyword – Game The main method class Hello.java is given below. Please write the code for the…
C TCS CodeVita1 Min Read LetuscrackonJune 10, 2024 Stone Game – Remove Last – TCS CodeVita Alice and Bob are playing a game called “Stone Game”. Stone game is a two-player game. Let N be the total number of stones. In…
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…
C Java1 Min Read LetuscrackonJune 9, 2024 Winner of a Card Game Arun, Balaji, and Chandra are playing a card game. The points collected at the end of the game is given as input. The program must print the…
Python3 Min Read LetuscrackonJune 7, 2024 Magical Board Game In a magical board, there are R red coins and B black coins. There are two magnets on the board that pull the coins…