Skip to content

Instantly share code, notes, and snippets.

@DeadlyZ
DeadlyZ / Main.cpp
Created March 26, 2015 21:42
AreaCode Project
//Pick a choice, enter your areacode, and see either your city, state, or both.
#include "areaCode.h"
#include <iostream>
using namespace std;
void main(){
//Declare Variables
string areaCode, city, state, myCity, yourCity;