CodeYourFuture / CodeYourFuture/Module-Java

Write a Program to Reverse Numbers

未关闭
#2 0 条评论 0 个 reaction 已指派 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 摘要。