From f32d1a5091676db75ac9c03c0375e135add1bbb0 Mon Sep 17 00:00:00 2001 From: zainabdnaya Date: Tue, 19 Jul 2022 01:12:54 +0100 Subject: [PATCH] corrected --- subjects/buzzinga/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/buzzinga/README.md b/subjects/buzzinga/README.md index 53933170..a5789c3a 100644 --- a/subjects/buzzinga/README.md +++ b/subjects/buzzinga/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a function named `BuzZinga()` that takes a number as an argument, then loop over it and prints the following: +Write a function called BuzZinga() that takes a number as an argument, then loops over it and does the following for each iteration: - If the number is negative, print * followed by a newline. - If the number is divisible by 3, print Buz followed by a newline - If the number is divisible by 5, print Zinga followed by a newline