Browse Source

feat(FloatOperations): correct grammar

CON-1801-MARKDOWN-Remove-VirtualBox-restriction-from-projects-with-generic-.iso-VM-images
davhojt 1 year ago
parent
commit
3a5d5c9ffd
No known key found for this signature in database
GPG Key ID: 29BFE853DB7E0677
  1. 6
      subjects/java/piscine/FloatOperations/README.md

6
subjects/java/piscine/FloatOperations/README.md

@ -4,8 +4,10 @@
Create a file `FloatOperations.java`.
Write a function `divideTwoFloats` that returns the float division of two floats passed as parameter.
Write a function `addTwoFloats` that returns the sum of two floats passed as parameter.
Write the following functions:
- Write a function `divideTwoFloats` that returns the float division of two floats passed as parameter.
- Write a function `addTwoFloats` that returns the sum of two floats passed as parameter.
### Expected Functions

Loading…
Cancel
Save