backlog

Module-Java πŸ”—  

Expand all

Mandatory Tasks

These tasks will help consolidate your learning for this sprint. You should complete as many of these as possible before class on Saturday.

Write a Program to Print Prime Numbers πŸ”— Clone

Write a Program to Print Prime Numbers πŸ”—

Learning Objectives

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!

Why are we doing this?

To practice Java development

Maximum time in hours

1

Write a Program to Reverse Numbers πŸ”— Clone

Write a Program to Reverse Numbers πŸ”—

Learning Objectives

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!

Why are we doing this?

To practice basic Java skills

Maximum time in hours

1