This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Задача: | |
// - користувач вводить курс Bitcoin до доллара | |
// - користувач вводить суму доларів, що хоче поміняти на Bitcoin | |
// - програма повертає кількість Bitcoin, що можна купити на вказану суму. | |
// Приклад: | |
// What is Bitcoin price today? | |
// 21000 | |
// How much $ do you have? |