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 摘要。