Course Solutions Uncategorized (Solved) : Include Include Include Include Include Include Using Namespace Std Void Loading Void Conv Q30611027 . . . .

(Solved) : Include Include Include Include Include Include Using Namespace Std Void Loading Void Conv Q30611027 . . . .

 

#include<iostream>
#include<string>
#include<conio.h>
#include<limits>
#include<Windows.h>
#include<fstream>

using namespace std;

void loading();

void convert(string& card_name);

void password();

int main()

{

int bank = 0 , card_type = 0, cvv, sum = 0;

string card_name, type, num, card_number;

int payment_method;

do

{

system(“color 3f”);

system(“color 3e”);

cout << “1 is a credit/debit card payment” <<endl;

cout << “2 is a FPX payment” << endl;

cout << “Please choose your payment method(1/2): “;

cin >> payment_method;

cout << endl;

while (cin.fail()) // This is for validation

{

cin.clear();

#undef max

cin.ignore(numeric_limits::max(), ‘n’);

cout << “You didn’t enter an integer. Enter: “;

cin >> payment_method;

}

if (payment_method == 1)

{

cout << “You will be forwarding to key in credit/debitcard detailsn”;

loading();

system(“@cls||clear”);

cout << “Please enter the card holder name: “;

cin >> card_name;

convert(card_name);

cout << card_name << endl;

cout << endl;

do

{

cout

OR

PayPal Gateway not configured

OR

PayPal Gateway not configured

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post