small fix

This commit is contained in:
MSilva95 2022-06-30 18:18:40 +01:00 committed by Dav Hojt
parent 3bdf80b9c6
commit eb95584405
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
Write a program that takes a positive number as radius and prints the area of a circle.
- 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.
- If the number of arguments is not `1` print (`'\n'`)
- The output must be an integer.
### Usage