Amount on the account

Report a typo

Write a program that prints this sequence of messages and informs you how much money you have.

08:00 You have one billion dollars
08:30 You have two thousand dollars
09:10 You have no dollars!

Copy the lines above and print them.

Write a program in Kotlin
fun main() {
// Remove this line and write your solution here
}
___

Create a free account to access the full topic