So my program is to design a calculator.. Im doing it little little because it's alot... When running i get this error saying error: expected '}' at end of input
#include <stdio.h>
#include <stdlib.h>
#include<conio.h>
#include<iostream>
#include<cmath>
int main()
{
using namespace std;
#define PI 3.14159265359
int main()
{
int loopcount=0;
int Amountofnumbers;
int Total = 0;
int number;
string x;;
string y;
do
system(cls);
;
cout <<"\n Welcome to Geek Exclusive Scientific Calculator \n \n ";
cout << " coded by Jenell Joanne James";
getch()
system ("COLOR 0b")
cout " What operation would you like to use today? :" <<endl<< "\n";
There are two int main() functions. That can't be done. Other than that, there are semi colons missing, along with too many in some places. Fix these problems and see where you're at.