Skip to content

Entry Challenge C1 #1

Description

@hum-dev

Entry Challenge C1

Reverse Integer

Write a program that takes an integer as input and return an integer with reversed digit
ordering.

For example

For input 500, the program should return 5. 
For input -56, the program should return -65. 
For input -90, the program should return -9. 
For input 91, the program should return 19. 

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions