Questions: 1 835

Answers by our Experts: 1 539

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

please can you solve this program for me please!!!!!!!!!!!!!!
Design a class called car with data members: model,company and price.include relevant constructors and methods to initialize and print the above data members.create another class called car collection to maintain a list of car objects using an array list.include an indexer to get array like access to car collection object.
Each unit in a Latin textbook contains a Latin-English vocabulary of words that have been used for the first time in a particular time. Write a program that converts a set of such vocabularies stored in file Latin in to a set of English-Latin vocabularies. Make the following assumptions:

a. Unit names are preceded by a percentage symbol.
b. There is only one entry per line.
c. A Latin word is separated by a colon from its English equivalent(s); if there is more than one equivalent, they are separated by a comma.

To output English words in alphabetical order, create a binary search tree for each unit containing English words and linked lists of Latin equivalents. Make sure that there is only one node for each English word in the tree.
Create a program that first asks for two integer values A and B. Your program should
then pick a random number between A and B and keep it secret. Then ask the user to
guess what the number is. The program should continue to ask the user to guess, until
the user gets the correct answer. Each time the user makes an incorrect guess, the
program should tell the user if the guess was too high, or too low. The program should
also tell the user if the guess was outside the range between A and B.
Important Notes
1. The numbers A and B must be different. The program should keep asking for new
inputs until it gets two different numbers.
2. A and/or B could be negative. The program should work with negative values.
3. The numbers A and B could be given in either order (A < B or A > B). The program
should not care and be able to accept them in either order.
4. The program should pick a number at random between A and B inclusive (the random
number might be either A or B).
5. The program should tell the user if a guess is outside the range between A and B.
6. The program should tell the user if a guess within the range is higher or lower than
the secret number.
7. The program should end when the correct number is guessed.
how do you create a program that first asks for two integer values A and B. Your program should
then pick a random number between A and B and keep it secret. Then ask the user to
guess what the number is. The program should continue to ask the user to guess, until
the user gets the correct answer. Each time the user makes an incorrect guess, the
program should tell the user if the guess was too high, or too low. The program should
also tell the user if the guess was outside the range between A and B.
How do you input data (one letter for example) one at a time in a class other than Main().
I have to write a program that calculates restaurant bill. It has four comboBoxes, when an item is selected or added from the comboBoxed, subtotal, tax and total should be displayed. I have the comboboxes ready with the items added to them but how do I calculate amount for items selected and dislply them; thanks in advance for your help.
write a program to calculate grade of given course

85-100 A
78-84 B+
72-78 B
66-71 C+
60-65 C
BELOW 60 FAIL
Create a class library and define class 'User'. In [i]user[/i] class define the public, protected and friend functions. Create a console application and add a reference to this library and call the user methods by creating the object. Which are the functions allowed to call here?
I want to have a local database in my app meaning i want a database that is lighter, faster, robust and which does not require any online support. the database should be compatible with windows phone 7.1 (mango).my app access questions from this database randomly. so plz provide me step by step full tutorial so that i can make this app. thnx in advance .
I am making a quiz app.in this 50 questions are being asked randomly from user. The user has 10 seconds for answering each question. if the user is unable to answer a question in 10 seconds next question appears. plz provide me the right stuff for this fullfillment of my desire. thank u very much in advance.
LATEST TUTORIALS
APPROVED BY CLIENTS