From fef4b725e33207f272c24cc6f38e991c9835f501 Mon Sep 17 00:00:00 2001 From: zainabdnaya Date: Tue, 7 Jun 2022 21:09:50 +0100 Subject: [PATCH] freat: new Function (buzzinga) --- 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 be996246..c95bdc1e 100644 --- a/subjects/buzzinga/README.md +++ b/subjects/buzzinga/README.md @@ -1,6 +1,6 @@ # buzzinga -### instruction +### Instructions - Write a function named `buzZinga()` that takes a number as an argument and prints the following: - If the number is divisible by 3, print `Buz` followed by ('`\n`') - If the number is divisible by 5, print `Zinga` followed by ('`\n`')