i really need help about this..
write a program to display the set of odd and even numbers separately. find the highest and lowest value of the given
numbers.
No Answer is Posted For this Question
Be the First to Post Answer
Write a program using one dimensional array that searches a number and display the number of times it occurs on the list of 12 input values. Sample input/output dialogue: Enter 12 values: 13 15 20 13 30 35 40 16 18 20 18 20 Enter number to search: 20 Occurences: 3
write a program that can locate elements in array.
Code for Method of Handling Factorials of Any Size?
what is the best algorithm to sort out unique words from a list of more than 10 million words(1 crore+)? we need the best technique in the terms of execution time.
i don't know about working of nested for loop can any one help me
Min-Max Write an algorithm that finds both the smallest and largest numbers in a list of n numbers and calculate its complexity T(n).
1 Answers Infosys, Qatar University,
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.
3 Answers TCS, Vimukti Technologies, Wipro,
Show by induction that 2n > n2, for all n > 4.
2 Answers Karvy, Qatar University,
write a program to perform generic sort in arrays?
write a program that accepts a number and outputs its equivalent in words. take note that the maximum input is 3000
A string of charaters were given. Find the highest occurance of a character and display that character. eg.: INPUT: AEGBCNAVNEETGUPTAEDAGPE OUTPUT: E
Display Pattern: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 …