-
Mr. and Mrs. Aye and Mr. and Mrs. Bee competed in a chess tournament.Of the three games played:
a)In only the first game were the two players married to each other. b)The men won two games and the women won one game. c)The Ayes won more games than the Bees. d)Anyone who lost game did not play the subsequent game.Who did not lose a game? Mrs.Bee did not lose a game
-
Aptitude : Which digit does E represent?
In the following figure:A B C D E F G H IEach of the digits 1, 2, 3, 4, 5, 6, 7, 8, and 9 is:a)Represented by a different letter in the figure above.b)Positioned in the figure above so that each of...
-
-
-
-
-
-
-
-
Aptitude : find number of cats
A number of cats got together and decided to kill between them 999919 mice. Every cat killed an equal number of mice. Each cat killed more mice than there were cats. How many cats do you think there were?
-
Write a program to print the given integers in the corresponding wordings?
Say for eg. if 123 is given as input the output should be displayed as
-
Write a program to calculate the difference of the two sums ?
A function even_odd_difference()passes the array of elements.Write a program to calculate the difference of the two sums of which one sum adds the elements of odd ones and another adds the elements of even ones.
-
-
How can I do this using recursion ?
For the List class, add a Boolean-valued function that determines whether the data items in the linked list are arranged in ascending order. How can I do this using recursion ?
-