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.
- Host: GitHub
- URL: https://github.com/heyfoz/cpp-array-function-exercises
- Owner: heyfoz
- License: mit
- Created: 2022-11-17T04:06:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T17:44:39.000Z (over 3 years ago)
- Last Synced: 2025-01-30T05:11:49.381Z (over 1 year ago)
- Topics: array, cpp, functions
- Language: C++
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
- Square each number
- Add a random number to each number
- Add the following number to each number (except the last)
- Find the sum of the numbers
- Display the largest number
Link to .cpp file: Array Function Exercises C++ Program
Copyright (c) 2022 ffm5113