can you help me fix this please!?
#include <iostream>
#include<iomanip>
#include< string>
#include<cmath>
#include<cstdlib>
#include<fstream>
using namespace std;
int main() {
int choice = 0;
int numRight = 0;
int beggMax = 10, beggMin = 0;
int answer;
ifstream inputFile;
string studentName;
cout << “enter your name; n”;
std::cin >> studentName;
inputFile.open(studentName);
unsigned seed = time(0);
srand(seed);
do {
cout << “This program helps you to practice mathn”;
cout << “For addition choose number 1n”;
cout << “For subtraction choose number 2n”;
cout << “For multiplication choose number 3n”;
cout << “For division choose number 4n”;
cin >> choice;
} while (choice < 1 || choice > 4);
if (choice == 1) {
// begginner
cout << “beginning leveln”;
int sum;
int i = 1;
int totalRightAnswer = 5;
do {
for (; i <=
PayPal Gateway not configured
PayPal Gateway not configured