CodeYourFuture / CodeYourFuture/Module-Java
Write a Program to Print Prime Numbers
未關閉
🎯 Topic Programming Fundamentals
🏕 Priority Mandatory
🐇 Size Small
📅 Sprint 1
Core
- 主要語言
- 沒有語言資料
- 星號
- 1
- 分支
- 11
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Create a private method to print all prime numbers up to 1000. Call this from a main method. Remember to use sensible method and variable names, and add documentation where necessary! Remember to use the debugger if something goes wrong!
### Learning Objectives
- [ ] Create a private Java method to print all prime numbers up to 1000
- [ ] Call this method from a Main method
- [ ] Test the Java program
### Why are we doing this?
To practice Java development
### Maximum time in hours
1
貢獻指南
評估
這個 Issue 還沒有評估資料。