Having minor homework questions or simply want to make sure your homework answers are correct? Then use our free service to get quick answers to your homework questions in mathematics, physics, programming, economics, chemistry and biology. We already have a database of multiple homework questions and answers you can look through . If you can’t find the solutions to your homework problems, then post your homework questions and find a well-formulated answer from a professional within a very short timeframe.
Please save your time and DO NOT send us your full assignments or not precise, well stated questions in mathematics, physics, programming, economics, chemistry or biology as they will be ignored. In this section we can answer only your short questions of qualitative, primary theoretical nature (for FREE!). Use filters to display the questions to a particular subject or section. By entering your e-mail in the box "Search" you can browse the questions posted exclusively by you. Do not worry if you cannot find your question in the list after it has been submitted; every question is being checked by a moderator and appears in the list only after its approval.
Ask Your question
Search & Filtering
Write a program that simulates calculation of building cost. This program will ask the user for a number of inputs that you will have to determine based on the problem statement. Your program will then calculate the cost of a building based on these inputs.
Problem Statement.
A company would like you to design a program that will generate a building cost that is based on the square feet of the building times the number of floors. The square foot building cost is $100.00/sqft.
Also computed into the cost is the number of windows requested and the number of doors. When a user enters the number of windows or doors you must also determine the type of window or door.
Doors:
• Flat- 100/door
• 3 panel- 150/door
• 5 panel – 200/door
Windows:
• Aluminum -200/window
• Wood – 250/window
• Vinyl – 350/window
You will define a menu method that will allow the user to choose what cost they want to add, and if they want to continue. The application will continue to run until the user enters “qui
5. Write a C++ program that can interleave bits of two entered 16 bit variable and stores the result in a 32 bit variable. For example, if user provides x and y, then the resulting number has bits of x at even position and bits of y at odd position. You will have to explore bitwise operators for the purpose
4. GCD * LCM = a*b
Where * is the multiplication symbol.
Suppose that the user only enters 3 out of 4 values and -1 for the 4th value. You have to print the 4th value on the basis of the entered values. For example if the user enters 3 and 6 for the values a and b and 3 and -1 for the gcd and lcm then the value of lcm would be 6.
3. Make a program that determines whether two input numbers are coprime or not. Two numbers are coprime if the only positive number that perfectly divides them is 1. In other words, two numbers can be coprime only if their gcd is 1.
1. Make a program that calculates the average and standard deviation of marks of 10 students
what happens if a hole made through the centre of the earth and a body falls down
In gymnastics or diving competitions, each contestant's score is calculated by dropping the lowest and highest scores and then adding the remaining scores. Write a program that allows the user to enter eight judge's score and outputs the points received by the contestant. Format your output with two decimal places.
If my boss has 42 seats and 101 wheels, how many bikes and trikes does he have?
Choose a market for a good in your area that seems to be a perfectly competitive market. Write four or five substantive paragraphs that describes the market and answers the following questions:
Identify the buyers and sellers as well as the goods or services.
How closely do real world conditions match the characteristics listed in the model?
Are the sellers price takers?
Do they compete using price?
Is the good in question standardized?
Is this market regulated by government in any way
Explain the competitive environment.
robbie is playing pioneer and pumping water from a well with a hand pump. Each pump moves 12.2 kg of water for 10 seconds of pumping. Robbie must supply an average force of 155 N to move the handle of the pump 0.56m each pump. If the pump moves the water a height of 5.6 m, find the efficiency of the pump








