Write a function that given such an array

Assignment Help Computer Engineering
Reference no: EM132164313

Using C++

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

Use recursive functions to cause repetition when needed. No loops

For this parts A to C you will be writing some functions that process arrays of positive ints. The arrays can be of any length, but will always have a value of -1 added as a sentinel to indicate the end of the data. The -1 is not part of the data to be processed, it just marks the end.

Here are two example arrays that your function might have to work on:

const int X[] = { 9, 5, 3, 7, 2, 4, 3, 4, -1 };

const int Y[] = { 1, 0, 2, 0, -1 };

You may always make use of previous answers You may always give your functions extra parameters if needed.

Part A. Write a function that can take any such array as its parameter, and print all the data it contains (not including the -1) on a single line.

For example, answera(X) should print 9 5 3 7 2 4 3 4

answera(Y) should print 1 0 2 0

Part B. Write a function that given such an array as its parameter, returns as its result the number of data items in the array.

For example,

the value of answerb(X) should be 8

the value of answerb(Y) should be 4

Part C. Write a function that given such an array as its parameter, calculates and prints the average of all the data items in the array

For example,

answerc(X) should print 4.675

answerc(Y) should print 0.75

Part D. Write a function that takes a double A and an int B as its parameters. It should calculate and return as its result the value of A to the power of B. Do not use logarithms.

For example, the value of answerd(3.0, 4) should be 81.0

Reference no: EM132164313

Questions Cloud

Write a programmer defined function with void return type : Write a programmer defined function with void return type that swaps two characters.
Discuss why users create viruses : Discuss why users try to break into other users computers and information systems.
What are four different applications where digitizing : What are four different applications where digitizing (spatial data creation and/or spatial data editing) would be useful.
Design a job class with three data fields-job number : Design a Job class with three data fields-Job number, time in hours to complete the Job, and per-hour rate charged for the Job.
Write a function that given such an array : Write a function that given such an array as its parameter, calculates and prints the average of all the data items in the array
Write a program that would read two files : Write a program that would read two files just like these (but longer) and combine them into a single file containing one line.
How would you make certain that medical information released : As a current or aspiring healthcare manager, how would you make certain that medical information is released from your facility only in accordance.
Determine soil physical and mechanical properties : Soil Mechanics – M2F724590 - Determine and analyse soil physical and mechanical properties by solving a series of analytical problems
Discuss the steps involved with an audit : Discuss the steps involved with an audit. Give an example of missing a step and what that means for the validity of the audit.

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