Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask C/C++ Expert


Home >> C/C++

problem 1: In a town, the percentage of men is 52. The percentage of total literacy is 48. If total percentage of literate men  is 35 of the total population, prepare a program to find out the total number of illiterate men and women if the population of town is 80,000.
 
problem 2: When Cheryl Harrison began her trip from Newyork to Wyoming; she filled her car’s tank with gas and reset its trip meter to zero. After traveling 324 miles, Cheryl stopped at a gas station to refuel; the gas tank needed 17 gallons. Cheryl wants a program that computes and displays her car’s gas mileage at any time during the trip. The gas mileage is the number of miles her car was driven per gallon of  gas. prepare a C code which can implement. 
 
problem 3: The manager of the Lakeview Hotel wants a program that computes and displays a guest's total bill. Each guest pays a room charge which is based on a per-night rate. For illustration if the per night rate is $100 and the guest stays two nights, the room charge is  $200.Customer as well might incur a one-time room service charge and a one-time telephone charge.
 
problem 4: prepare a c code which will compute the roots of a quadratic equation a2 + bx + c = 0

problem 5: Hero’s Formula is A method for computing the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is:

A = √p(p -a)(p -b)(p -c)

where, P = (a + b + c)/2

prepare a C-language code to compute area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program computes.

problem 6: Area of a trapezoid can be computed by the gven formula:
                
 A = (b1 + b2) x h/2

where b1 and b2 are the parallel sides or the bases and h is length of height.

prepare a C-language code to compute area of a trapezoid using above method. Take required inputs from the user and display the area which your code computes.

problem 7: prepare a C code which can compute volume of the 3D objects that is, box, prism, cylinder and sphere. Take necessary inputs from the user and display the outcomes.

Volume of a box =  l x w x h                           
l = length, w = width, h = height
                   
Volume of sphere = 4/3 πr3

r = radius of sphere
                             
problem 8: prepare a C code to evaluate the following series up to three significant digits:

sin(x) = x − (x3/3!) + (x5/5!) − (x7/7!) . . .
 
problem 9:  prepare a C function

a) To compute the distance between two points A and B where each point has two values x and y that is, A(x1, y1), B(x2, y2).
distance d = √(x2 - x1)2 + (y2 -y1)2

b) Modify the code in part a) and compute the distance between 3 points. You have to compute the distance between A and B, B and C, and finally between A and C.

Now consider that such three points are forming a triangle. Develop a logic that can lead to compute the area of this triangle. Implement your logic in C language. Take essential inputs and display the results.

problem 10: For the given set of sample data, find out the standard deviation and the mean.

X = -6, -12, 8, 13, 11, 6, 7, 2, -6, -9, -10, 11, 10, 9, 2

2232_standard deviation.jpg

C/C++, Programming

  • Category:- C/C++
  • Reference No.:- M92038
  • Price:- $70

Guranteed 36 Hours Delivery, In Price:- $70

Have any Question?


Related Questions in C/C++

What are the legal requirements with which websites must

What are the legal requirements with which websites must comply in order to meet the needs of persons with disabilities? Why is maximizing accessibility important to everyone?

1 implement the binary search tree bst in c using the node

1. Implement the Binary Search Tree (BST) in C++, using the Node class template provided below. Please read the provided helper methods in class BST, especially for deleteValue(), make sure you get a fully understanding ...

Why do researcher drop the ewaste and where does it end

Why do researcher drop the ewaste and where does it end up?

There are several ways to calculate the pulse width of a

There are several ways to calculate the pulse width of a digital input signal. One method is to directly read the input pin and another method (more efficient) is to use a timer and pin change interrupt. Function startTi ...

Software development fundamentals assignment 1 -details amp

Software Development Fundamentals Assignment 1 - Details & Problems - In this assignment, you are required to answer the short questions, identify error in the code, give output of the code and develop three C# Console P ...

Assignment word matchingwhats a six-letter word that has an

Assignment: Word Matching What's a six-letter word that has an e as its first, third, and fifth letter? Can you find an anagram of pine grave. Or how about a word that starts and ends with ant (other than ant itself, of ...

Project - space race part a console Project - Space Race Part A: Console Implementation

Project - Space Race Part A: Console Implementation INTRODUCTION This assignment aims to give you a real problem-solving experience, similar to what you might encounter in the workplace. You have been hired to complete a ...

Question 1find the minimum and maximum of a list of numbers

Question: 1. Find the Minimum and Maximum of a List of Numbers: 10 points File: find_min_max.cpp Write a program that reads some number of integers from the user and finds the minimum and maximum numbers in this list. Th ...

Assign ment - genetic algorithmin this assignment you will

ASSIGN MENT - GENETIC ALGORITHM In this assignment, you will use your C programming skills to build a simple Genetic Algorithm. DESCRIPTION OF THE PROGRAM - CORE REQUIREMENTS - REQ1: Command-line arguments The user of yo ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As