From 06eeaa72a7ac82849251eee4934f29f44462938a Mon Sep 17 00:00:00 2001 From: Nataliia Brown Date: Thu, 1 Feb 2024 12:44:49 -0800 Subject: added comment --- Homework-3/Homework-3/Homework_3.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Homework-3') 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 -- cgit v1.2.3