-
Notifications
You must be signed in to change notification settings - Fork 0
Write a Program to Reverse Numbers #2
Copy link
Copy link
Open
Labels
Core🎯 Topic Programming FundamentalsLearning syntax: data types, functions, loops, expressions, etcLearning syntax: data types, functions, loops, expressions, etc🏕 Priority MandatoryThis work is expectedThis work is expected🐇 Size SmallAround an hourAround an hour📅 Sprint 1Assigned during Sprint 1 of this moduleAssigned during Sprint 1 of this module
Metadata
Metadata
Assignees
Labels
Core🎯 Topic Programming FundamentalsLearning syntax: data types, functions, loops, expressions, etcLearning syntax: data types, functions, loops, expressions, etc🏕 Priority MandatoryThis work is expectedThis work is expected🐇 Size SmallAround an hourAround an hour📅 Sprint 1Assigned during Sprint 1 of this moduleAssigned during Sprint 1 of this module
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
Why are we doing this?
To practice basic Java skills
Maximum time in hours
1