Rohan wants to buy a t-shirt for him. The problem is there are numbers written on t-shirts but not the size. He saw a chart according to which SMALL, MEDIUM and LARGE are labelled. He needs you to write a ...
SIKSHAPATH Latest Questions
Your cell phone rings. Return true if you should answer it. Normally you answer, except in the morning you only answer if it is your mom calling. In all cases, if you are asleep, you do not answer. answerCell(false, false, false) ...
Write a program to insert values in a table at run time using JDBC.
Given an array int a[]. Add the sum at even indexes.do the same with odd indexes. if both the sum is equal return 1 or return -1.
Given integer array input :int[] arr={2,3,5,4,1,6,7,7,9}; Remove the duplicate elements and print sum of even numbers in the array.. print -1 if arr contains only odd numbers
Problem 24: Baseball Statistics The local Kids’ League coach keeps some of the baseball team statistics in a text file organized as follows: each line of the file contains the name of the player followed by a list of symbols ...