Financial Transactions
Task
Complete the program to output "accepted" if the card is Visa or Amex. Don't output anything otherwise.
Sample Input
Amex
Sample Output
accepted
Last updated
Complete the program to output "accepted" if the card is Visa or Amex. Don't output anything otherwise.
Amex
accepted
Last updated