Browse Source

small typo

pull/1377/head
MSilva95 2 years ago committed by zainab Dnaya
parent
commit
4ff540dcdd
  1. 7
      subjects/strisnegative/README.md

7
subjects/strisnegative/README.md

@ -1,11 +1,11 @@
## StrisNegative
Write a function named `StrisNegative()`hat defines whether a number is negative or positive.
Write a function called `StrisNegative()` that defines whether a number is negative or positive.
- Your function prints `P` if the number is positive
- Your function prints `F` if the number is negative
- If the number is zero, print `0`.
- If it's not a number, print `('\n') `.
- Your program should always print `('\n') ` at the end of the output.
- If it's not a number, print `('\n')`.
- Your program should always print `('\n')` at the end of the output.
### Expected function
@ -41,4 +41,3 @@ N
!
!
```

Loading…
Cancel
Save