CodeYourFuture / CodeYourFuture/Module-Java

Write a Program to Reverse Numbers

オープン
#2 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
🎯 Topic Programming Fundamentals 🏕 Priority Mandatory 🐇 Size Small 📅 Sprint 1 Core
主要言語
言語のデータがありません
スター
1
フォーク
11
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。