Write a Program to Reverse Numbers

未关闭 适合新手
#2 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
1/5
预计耗时
1 小时以内
新手友好度
85/100
Issue 类型
功能
描述清晰度
描述清楚
活跃度
冷清
技术栈
java
领域
backend

调研方向

首先定位 Java 练习的入口点,并检查关于所需 private 方法和 main 方法的学习目标。使用示例输入 3956 运行程序;当输出为 6593,且代码使用合理的名称并包含文档时,即表示完成。

由索引模型根据 Issue 内容生成。

描述

🎯 Topic Programming Fundamentals 🏕 Priority Mandatory 🐇 Size Small 📅 Sprint 1 Core

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

主要语言
没有语言数据
星标
1
派生
11
PR 合并指标
30 天内没有已合并 PR

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

CodeYourFuture/Module-Java 的其他 Issue

查看 CodeYourFuture/Module-Java 的全部 Issue

相似的 Issue

更多 Backend & API Design Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。