From b4b85d7513cbe32fdf50ebe59f3d3618e09de24e Mon Sep 17 00:00:00 2001 From: wizarddos <69435721+wizarddos@users.noreply.github.com> Date: Wed, 12 Aug 2020 19:22:26 +0200 Subject: [PATCH] Update AI051a.cpp --- U1Chap01/AI051a.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/U1Chap01/AI051a.cpp b/U1Chap01/AI051a.cpp index 68ce7fa..5c09689 100644 --- a/U1Chap01/AI051a.cpp +++ b/U1Chap01/AI051a.cpp @@ -1,7 +1,7 @@ // Filename: \\U1Chap01\AI051a.CPP -#include +#include const int Divider = 5; -void main() +int main() { int Number = 15; for (int Count = 1; Count<=5; Count++, Number-=3)