From 862c5274dd3766a3bfa1be7112f376b2d7ebccc9 Mon Sep 17 00:00:00 2001 From: estlop Date: Wed, 22 Jun 2022 13:58:32 +0100 Subject: [PATCH] docs: Reword instructions --- subjects/pingpong/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/pingpong/README.md b/subjects/pingpong/README.md index a8a40263..59433b33 100644 --- a/subjects/pingpong/README.md +++ b/subjects/pingpong/README.md @@ -1,7 +1,7 @@ ### Instructions -Write a program that checks if a number up to a given number is an odd or even number. -The number will be between `0` and `100`. +Write a program that checks if all numbers up to a given number are odd or even. +The numbers will be between `0` and `100`. - If the number is `odd` then it prints `ping` as in the example below. - If the number is `even` then it prints `pong`.