Write a function addup that adds up all the numbers

Assignment Help Computer Engineering
Reference no: EM132164440

Using C++

Do not make use of any variables in your answers to this question.

Use recursive functions to cause repetition when needed. All numbers will be ints. No Loops

Part A. Write a function addup(x, y) that adds up all the numbers between x and y (inclusive), and returns their sum as its result.

e.g.

const int a = addup(2, 5);

defines a to be 14 because 2+3+4+5 = 14.

Part B. Write a function addup_arr(R, x, y), where R is an array of ints. It should add up all the numbers from position x to position y in the array, and return their sum as its result.

e.g.

const int b[] = { 7, 3, 1, 6, 14, 2, 9, 5 };

cout << addup_arr(b, 2, 5);

prints 23 because 1+6+14+2 = 23.

Part C. Write another function sum_arr(R, n), where R is an array of ints, and n is the size of that array. It should add up all the numbers in the array and return the result.

e.g.

cout << sum_arr(b, 8)

prints 47 because 7+3+1+6+14+2+9+5 = 47

Part D. Write a function max_arr(R, n), where R and n are as described in part c. It should find the largest number in the array, and return that maximum as its result. Hint - use an extra parameter to remember the biggest number encountered so far.

e.g. max_arr(b, 8) is 14

Reference no: EM132164440

Questions Cloud

Read and use files grocery hardware store chores : Add as many items as necessary Delete as many items as necessary Move between lists as often as my little heart desires.
Geometric distribution assume the probability : Using geometric distribution assume the probability that you will make a sale on any given telephone call is 0.19. Find the probability that you
Information about the random variables : We have the following information about the random variables X and Y
Assuming a population standard deviation transaction prices : An online used car company sells second-hand cars. For 30 randomly selected transactions, the mean price is 2200 dollars.
Write a function addup that adds up all the numbers : Write a function addup(x, y) that adds up all the numbers between x and y (inclusive), and returns their sum as its result.
Illustrate the distributions involved : a) Use the fo ur steps of hypothesis testing b) Illustrate the distributions involved
How does central limit theorem apply to this problem : In a random sample of 36 people, find the probability that the average amount spent is more than $61.50. How does central limit theorem apply to this problem?
Describe the frame status quo as it relates to your topic : Topic: "Molecular Biology". Your presentation must: Describe the frame's status quo as it relates to your topic. Argue how your final project intervenes
Write a function that will return a true : Write a function that will return a true, if the ransom note can be constructed from the words in the magazines, otherwise it will return a false.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd