I have coded this and it is coming up with hundreds of errors. What is wrong with this anyway?
Code:
#include <iostream>
#include <string>
using namespace std;
using std::cout;
using std::cin;
using std::string;
int main()
{
const int GOLD_PIECES = 700;
Int friends, adventurers, killed,
Leave a comment: