CodeYourFuture / CodeYourFuture/Module-Java
Write a Program to Reverse Numbers
- Lingua principale
- Nessun dato sulla lingua
- Stelle
- 1
- Fork
- 11
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Create a private method that accepts a number as an argument and returns the number in reverse. For example, an input of 3956 should return 6593. Create code to call this from from a main method. Remember to use sensible method and variable names, and add documentation. Remember to use the debugger if something goes wrong!
### Learning Objectives
- [ ] Create a private Java method to reverse numbers
- [ ] Call this method from a Main method
- [ ] Test the Java program
### Why are we doing this?
To practice basic Java skills
### Maximum time in hours
1
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.