Questions: 11 448

Answers by our Experts: 10 707

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 to convert Fahrenheit to Celsius.the formula for the conversion is follows:

Celsius (5/9)*(Fahrenheit-32)



Write a C++ data structure program that will perform following operations on
linked list.
 Insert two nodes
 Display using loop
Node structure
1 integer value
1 float value
1 string value
1 address of next node
example
Rollno : 1
Name: Roy
Marks: 76.89
Next: address of the next node

Write an algorithm for the network administrator to help him find number of data characters that do not change position even after the data stream is reversed


A continue statement is used in an iteration control to skip the remaining statements in the loop and proceed with the next iteration of the loop


Write a c++ program that create a one dimensional array with of length5.your program should read 5 integers from the keyboard into the array. Your to perform sequential search for an integer in the array and insert a new item in that location of the array.


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.


Write a C++ Program to take two value from the user and create a menu driven code which will perform following operations using operator overloading.

1. Overload to compare two operands and check which operands have greater value and display it.

2. Overload any arithmetic operator and display its result.




Write a C++ Program to take two value from the user and create a menu driven code which will perform following operations using operator overloading.

1. Overload to compare two operands and check which operands have greater value and display it.

2. Overload any arithmetic operator and display its result.



Write a C++ program to create a class Distance which has parameters as miles. In main function take an int as kilometre. Write code to convert miles into kilometre. 1 KM = 0.621 miles)
Create a class called Person and save it in person.cpp 2. This class must have the following data members: A name > An age And gender, for example M for Male and F for Female 3. This class must have the following methods: • A public default constructor that sets the data members to appropriate default values A copy constructor A setPerson method that will receive and assign person data. Ensure that the name is not an empty string, that the age is not negative and gender is only M/m/F/f. getName method that returns a name with the 1st letter uppercased. A getGender method that returns "Male" or "Female" depending on the person's gender • A getAge method that returns a person's age
LATEST TUTORIALS
APPROVED BY CLIENTS