An open API service indexing awesome lists of open source software.

https://github.com/heyfoz/cpp-array-function-exercises

The Array Function Exercises Program (C++) contains five exercises to demonstrate operations using array data types. An int array of size 10 is created, and each exercise utilizes the array values to complete a specific operation.
https://github.com/heyfoz/cpp-array-function-exercises

array cpp functions

Last synced: over 1 year ago
JSON representation

The Array Function Exercises Program (C++) contains five exercises to demonstrate operations using array data types. An int array of size 10 is created, and each exercise utilizes the array values to complete a specific operation.

Awesome Lists containing this project

README

          

# cpp_array_function_exercises
The Array Function Exercises Program (C++) contains five exercises to demonstrate operations using array data types. An int array of size 10 is created, and each exercise utilizes the array values to complete a specific operation.

The Exercises are as follows:


  1. Square each number

  2. Add a random number to each number

  3. Add the following number to each number (except the last)

  4. Find the sum of the numbers

  5. Display the largest number

Link to .cpp file: Array Function Exercises C++ Program

Copyright (c) 2022 ffm5113