LetuscrackonJune 11, 2024 SQL – Students with Total Marks More Than 50 student is a database table containing student details whose create DDL is given below. marks is a database table containing the total marks…
C1 Min Read LetuscrackonJune 11, 2024 Pointers – Total Marks Marks scored in three subjects M1, M2, M3 are given as input. The below program prints the total marks by invoking the function…
Python1 Min Read LetuscrackonJune 11, 2024 Football Player – Total Dribble Paths A football coach wants his team to improve their dribbling skills. So he sets up a R * C grid, where R is the number of rows and C is the…
C Java Python1 Min Read LetuscrackonJune 8, 2024 Products – Total Price There are four products A, B, C and D in a shop. The price of the four products are given…