diff options
| author | Nataliia Brown <[email protected]> | 2024-02-01 12:44:49 -0800 |
|---|---|---|
| committer | Nataliia Brown <[email protected]> | 2024-02-01 12:44:49 -0800 |
| commit | 06eeaa72a7ac82849251eee4934f29f44462938a (patch) | |
| tree | d6a2d895f3177b7b3375b52f553cb5864cf1923f | |
| parent | added Power function (diff) | |
| download | homework-3-natabrown-06eeaa72a7ac82849251eee4934f29f44462938a.tar.xz homework-3-natabrown-06eeaa72a7ac82849251eee4934f29f44462938a.zip | |
| -rw-r--r-- | Homework-3/Homework-3/Homework_3.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Homework-3/Homework-3/Homework_3.cpp b/Homework-3/Homework-3/Homework_3.cpp index d8a34f1..9f23903 100644 --- a/Homework-3/Homework-3/Homework_3.cpp +++ b/Homework-3/Homework-3/Homework_3.cpp @@ -64,3 +64,6 @@ int power(int a, int b) +// size_t can be appropriate to store the results of these functions, +// since the number can get really big, depending on the input, and +// the it will always be positive.
\ No newline at end of file |