Build a currency converter method that can format the currency for the: US, Japan, and UK based currencies.
5000, 'US'
Write a program that formats the data into a location based currency.
"$5000.00"
This is a common coding interview question since it forces you to work with multiple scenarios and perform string manipulation. This is also important when it comes to understanding how to utilize varying string interpolation options related to financial data.
Can be found on the solutions branch on github.
I've been a software engineer for the past decade and have traveled the world building applications and training individuals on a wide variety of topics.