Write a Dart program to take input from a user and display a message.
- Create two variables
nameandcardNumber. - Get the
nameandcardNumberas input from the user, and set the values to the variables. - Get a
cardNumberas input from the user, and check if the entered card number is equal to the value ofcardNumber. - Display a message if the entered card number is equal to the
cardNumberor not.