Browse Source

docs: fixing typos and formating

pull/2569/head
zanninso 6 months ago committed by zanninso
parent
commit
fc54093049
  1. 3
      subjects/java/checkpoints/universal-greeting/README.md

3
subjects/java/checkpoints/universal-greeting/README.md

@ -2,13 +2,12 @@
### Instructions ### Instructions
In a file named `UniversalGreeting.java` write a function `greeting` that take a String language as parametre and return a greating message based on the language as follows: In a file named `UniversalGreeting.java` write a function `greeting` that takes a String language as a parameter and returns a greeting message based on the language as follows:
FR : Bonjour comment allez-vous FR : Bonjour comment allez-vous
EN : Hello, How are you EN : Hello, How are you
ES : Hola, cómo estás ES : Hola, cómo estás
### Expected Functions ### Expected Functions
```java ```java

Loading…
Cancel
Save