You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a units conversion project, I created a currency exchange program called "Welcome to the Foreign Currency Exchange! 💱". My to_USD() function converts currency (Japanese yen (¥) into U.S. Dollars ($)) while my to_yen() function performs the opposite conversion.