From 3bdf80b9c6de6de397793e3ac2eed51768ef5fe3 Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Tue, 28 Jun 2022 15:14:30 +0100 Subject: [PATCH] Update README.md --- subjects/getarea/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/subjects/getarea/README.md b/subjects/getarea/README.md index 2703b6d5..b9362bfd 100644 --- a/subjects/getarea/README.md +++ b/subjects/getarea/README.md @@ -6,6 +6,7 @@ Write a program that takes a positive number as radius and prints the area of a - The area of the circle is `3.14` times the radius squared. - Only positive numbers will be accepted, otherwise print `Error` followed by (`'\n'`) - if the number of arguments is not `1` print (`'\n'`) + - The ouput should be integer number. ### Usage