An open API service indexing awesome lists of open source software.

https://github.com/b-coimbra/asp-vb-net-coding-challenges


https://github.com/b-coimbra/asp-vb-net-coding-challenges

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# ASP VB.NET Coding Challenges

Included in this repo are the following code challenges:

## Challenge 1
Write some code that will accept an amount and convert it to the
appropriate string representation.
Example:
Convert 2523.04
to `"Two thousand five hundred twenty-three and 04/100
dollars"`

## Challenge 6

Please implement a function that checks whether a positive number is a palindrome or not. For
example, 121 is a palindrome, but 123 is not.