Questions: 9 913

Answers by our Experts: 9 913

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Write a program that contains the following functions



1)Make Binary search tree


2)search element in bst


3)display bst


4)find the maximum value in bst


5)find the minimum value in bst


6)display the leaf nodes



Requirements :


No global decelerations


Run test the functions in main

Write volume function which calculates the volume of sphere rectangle and cylinder using function overloading

Write a c++ program listing courses offered in school


Use a one-dimensional array to solve the following problem. Read in 20 numbers, each of which is between 10 and 100, inclusive. As each number is read, validate it and store it in the array


only if it isn’t a duplicate of a number already read. After reading all the values, display only the unique values that the user entered.



Create a class called Complex to represents complex numbers. Complex class contains following members





1. Two private float data members such as real and imag.





2. Two public member function such as read() to read input for complex numbers from user and print() to print the complex numbers(refer sample output for output format).





3. Two operator functions:





First operator function(it should be friend) is overloading the binary operator + to add and return two complex objects.





Second operator function is overloading the greater than operator(>) to check whether object1 is greater than object2. If object1 is greater than object2, then return true otherwise return false.

Write a C++ Program using Class and Object concept.


Function Type :- No Return Type No arguments


Perform the operations on array. Create three functions for


the following operations.


• 1


st Function to take an array.


• 2


nd Function to print an array.


• 3


rd Funciton to sort array elements and print them.

Make Student an abstract class. Declare gpa() and display() as pure virtual functions in it. Derive semester student, courses student, and new student from base class Student. The display () function should show employee no, employee name, and salary of all employees. (Friend Functions). All the information is store in student.txt and handle through file handling.



Write a program to print out the Ascii Code in a table



Write a program to print out your full name and the corresponding ASCII code of your full name

Determine the weeks earnings for an employee from the hourly paid rate and hours worths for the rate.report the gross earnings(including overtime earnings) for the week.

Write a program to:

  1. Store the following message into a string (DO include periods!):
  2. I am the door of the sheep. All who came before me are thieves and robbers, I am the door.
  3. Insert the following message after the comma in the string.
  4. but the sheep did not listen to them.
  5. Output the string to the screen with a new line at the end.
  6. Replace the following words in the string.
  7. a. “I” and "me" with “Jesus”
  8. b. “am” with “is”
  9. Note: Make sure you only replace the word “ am“ and not the letters “am" that might appear in that sequence in another word
  10. Output the string with a new line at the end.

The final output should be as follows:

Jesus is the door of the sheep. All who came before Jesus are thieves and robbers, but the sheep did not listen to them. Jesus is the door.
LATEST TUTORIALS
APPROVED BY CLIENTS