C Java Python TCS CodeVita6 Min Read LetuscrackonJune 12, 2024 Food Belt – TCS CodeVita Restaurants are coming up with new technologies to serve food. The food is being served to customers using food belts. The conveyor belt is…
Java1 Min Read LetuscrackonJune 12, 2024 JAVA – Static Members – Department Count The main method in Hello.java is as shown below. Define the class Student.java by filling in the code so that the program…
Java1 Min Read LetuscrackonJune 12, 2024 String With Most Vowels Two Strings S1 and S2 are given as input. The program must print the string with the most number of vowels. If two strings have the same…
C Java Python4 Min Read LetuscrackonJune 12, 2024 Find the Maximum Element in a Matrix You are given a matrix of size R*C containing integers. Write a program to find the maximum element present in the matrix. Note: Make sure to…
C Java Python4 Min Read LetuscrackonJune 12, 2024 Find the Sum of All Elements in a Matrix You are given a matrix of size R*C containing integers. Write a program to find the sum of all elements present in the matrix. Note: Make sure…
C Java2 Min Read LetuscrackonJune 12, 2024 Crop Water Calculator A farmer wants to plant paddy crops in his farm. So he visited a near by agriculture shop to buy seeds. The shopkeeper showed the farmer…
Java1 Min Read LetuscrackonJune 12, 2024 JAVA Constructor and Methods – Base Conversion The main method in Hello.java is as shown below. Define the class BaseConverter.java by filling in the code so that the…
C Java JavaScript Python4 Min Read LetuscrackonJune 12, 2024 Peanut Packing A man is running a super market and he observes the pattern of customer buying peanuts in packs of 1 kg, 2 kgs, 3 kgs till N kgs. So based on…
C Java1 Min Read LetuscrackonJune 12, 2024 Pattern Printing N – Sequence 001 The program must accept an integer N and print the pattern as shown in the Example Input/Output. Input Format: The first…
C Java JavaScript Python3 Min Read LetuscrackonJune 11, 2024 Distinct Length Pairs The program must accept M integers and N integers as the input. The program must form pairs of integers by selecting one integer from M…