Update README.md

This commit is contained in:
Hamza elkhatri 2022-06-28 15:14:30 +01:00 committed by Dav Hojt
parent 216b1a9efa
commit 3bdf80b9c6
1 changed files with 1 additions and 0 deletions

View File

@ -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