Browse Source

small typo

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

3
subjects/strisnegative/README.md

@ -1,6 +1,6 @@
## 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`.
@ -41,4 +41,3 @@ N
!
!
```

Loading…
Cancel
Save