how to find out the maximum number out of the three inputs.
Answer Posted / suganthi
27
| Is This Answer Correct ? | 18 Yes | 12 No |
Post New Answer View All Answers
Write a program that print in screen a tree with its height taken from user by entering number of 4 digits and find the odd numbers then calculate the sum of odd numbers so he get the height of tree?
Code for Method of Handling Factorials of Any Size?
i don't know about working of nested for loop can any one help me
develop a program to calculate and print body mass index for 200 employees
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.
solve the problem in the programming language C++"if a five digit number is input through the keyboard.Write a program to calculate the sum of its digits(hint: use the modulus operator)
Ask the user to input three positive integers M, N and q. Make the 2 dimensional array of integers with size MxN, where all the elements of I (I = 1,…,M) line will be members of geometrical progression with first element equal to the number of line (I) and denominator q.
What output does the following code generate? Why? What output does it generate if you make A::Foo() a pure virtual function? class A { A() { this->Foo(); } virtual void Foo() { cout << "A::Foo()" << endl; } }; class B : public A { B() { this->Foo(); } virtual void Foo() { cout << "A::Foo()" << endl; } }; int main(int, char**) { A objectA; B objectB; return 0; }
can you please write a program for deadlock that can detect deadlock and to prevent deadlock.
write a program to perform generic sort in arrays?
write a program that creates a sequenced array of numbers starting with 1 and alternately add 1 and then 2 to create the text number in the series , as shown below. 1,33,4,6,7,9,............147,148,150 Then , using a binary search , searches the array 100 times using randomly generated targets in the range of 1 to 150
write a program using virtual function to find the transposing of a square matrix?
How to swap two ASCII numbers?
how to write a program that opens a file and display in reverse order?
Write a simple encryption program using string function which apply the substitution method.