Problem:
Question- Write a Java Program using Boolean statements (Don't use arrays)
A three-minute phone call to Canada costs $1.15. Each additional minute costs $0.26. Prompt the user to enter an input INTEGER for the length of the call in minutes and print the cost.
Here are some examples.
A 1 minute phone call to Canada costs $1.15.
A 4 minute phone call to Canada costs $1.41.
Please show the coding of the program using Boolean statements.