C++ Answers

Questions answered by 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

Name Surname Score 1. Sam Williams 60 2. John Phoenix 85 3. Simon Johnson 75 4. Sarah Khosa 81 5. Mat Jackson 38 6. Nick Roberts 26 7. Isaac Wayne 74 8. Anna Mishima 34 9. Daniel Rose 64 10. Aaron Black 83 11. Jack Mohamed 27 12. Kathrine Bruckner 42 Create a C++ program that has 3 Stacks. Insert, into the first stack, all the data above (which is the data of student’s names, surnames and the marks they obtain in a particular assessment) Display the content of the stack on the screen (console) Then, remove all the students whose surname starts with the alphabets ‘R’, ‘J’ and ‘M’, from the first stack and insert them into the second Stack. Display the contents of Stack1 and Stack2. Finally, remove all the students whose marks are less than 50 from both Stack1 and Stack2 and insert them into the Third Stack. Display the contents of all the 3 Stacks. (30)  


Write a PHP page where you press a button and a value is entered into data base table

Then write a python or c script that reads the first line of the table

On button 1 must be entered into the table

Off then a 0 must be entered

Use update SQL queries instead of insert


Write a program to create a class named 'height', containing variable 'feet', 'inch'. Create two objects of the class, set some value to the first class. Then increment that object by 1 and assign this object to the second object. Display the results of both object after the procedure is completed. 


Write a program that inputs a string value from the user and displays it in reverse
using pointer.
Write a function to sort data (in increasing order) in an array using
a. pass by value
b. and pass by reference.

Develop a program to find the roots of the quadratic equation using BISECTION METHOD.


There is a structure called employee that holds information like employee code,
name, date of joining. Write a program to create an array of the structure and enter
some data into it. Then ask the user to enter current date. Display the names of those
employees whose tenure is 3 or more than 3 years according to the given current
date.
The placement season has begun in a college. There are N number of students standing outside an interview room in a line. It is given that a person who goes in first has higher chances of getting selected.
Input1- an integer N, which denotes the number of students present
Input2- An array of size N, denoting the problem solving capacity of the students.

Each student has a number associated with them known as the problem-solving capability (PSC). The higher the capability, the higher the chances of selection. Now, each student wants to know the number of students ahead of him/her who have more problem-solving capability than him/her.

Find this number for each student.

Prepare a c++ program of the sample run below:

SAMPLE RUN:

                    Name         Q1      Q2     Q3      Q4     Q5   

           

                  Von                     20

                  


input 1) an integer N,which denotes the number of students present
Input 2) an array of size N denoting the problem solving capacity of Students
LATEST TUTORIALS
APPROVED BY CLIENTS