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,…
C Python1 Min Read LetuscrackonJanuary 18, 2025 Sort Pass Students by Name Sort Pass Students by Name: A list of N students name and their marks in three subjects are passed as the input. The average of the 3 subjects…
Python1 Min Read LetuscrackonJune 12, 2024 Print Grandson's Name The program must accept first and last names of three persons who are in a family tree and print the grandson’s name. Input Format:The…
Python1 Min Read LetuscrackonJune 12, 2024 Sort By Last Name N persons first and last names are passed as input. The program must sort them based on the last name. (All last names are distinct, that is…
Python1 Min Read LetuscrackonJune 11, 2024 Sort By Last Name First Name N persons first and last names are passed as input. The program must sort them based on the last name. If the last names are same, then first…
LetuscrackonJune 11, 2024 SQL – Employee Name Search employee is a database table containing employee details whose create DDL is given below. Write the SQL to list the name and designation of…
Python1 Min Read LetuscrackonJune 11, 2024 Print Grandfather's Name The program must accept first and last names of three persons who are in a family tree and print the grandfather’s name. Input Format:…
Python1 Min Read LetuscrackonJune 11, 2024 Print Soap Name The following are the soap code characters for the soaps.C or c – CintholD or d – DoveL or l – LuxP or p – PearsH or h…
Python1 Min Read LetuscrackonJune 11, 2024 String Concatenation – Company Name & Location Two string values S1 and S2 are passed as input. The program must print the output as S1 Technologies S2. Input Format: The first line denotes…
Python1 Min Read LetuscrackonJune 8, 2024 Finding a Friend with Longest Name Write an algorithm and the subsequent Python program to store the names of your friends, count the number of friends, identify the longest…