Browse Source

feat(ComputeArray): correct grammar

CON-1801-MARKDOWN-Remove-VirtualBox-restriction-from-projects-with-generic-.iso-VM-images
davhojt 10 months ago
parent
commit
732b31b69c
No known key found for this signature in database
GPG Key ID: 29BFE853DB7E0677
  1. 2
      subjects/java/piscine/ComputeArray/README.md

2
subjects/java/piscine/ComputeArray/README.md

@ -4,7 +4,7 @@
Create a file `ComputeArray.java`.
Write a function `computeArray` that returns an array computed using the array of integer as parameter as followed :
Write a function `computeArray` that returns receives an array, and returns a new array with computed values.
- if the item is a multiple of 3, the item is multiplied by 5
- if the item is a multiple of 3 + 1 (e.g. 1, 4, 7, ...), the item is incremented by 7

Loading…
Cancel
Save