Skip to content

Instantly share code, notes, and snippets.

View allisons's full-sized avatar

Allison Sliter allisons

View GitHub Profile
// This is the Sliter BC Ferry Calculator Program (sliterbcferries.cpp)
// Written by: Allison Sliter
// Date: 11 July 2009
// Sources: Malik, D.S. C++ Programming: from Problem Analysis to Project Design,
#include <iostream>
#include <iomanip>
using namespace std;
#include <iostream>
#include <iomanip>
#include <fstream>
#include <string>
using namespace std;
int main ()
{
#include <iostream>
#include <iomanip>
#include <fstream>
#include <string>
using namespace std;
int main ()
{
#include <iostream>
#include <iomanip>
#include <fstream>
#include <string>
using namespace std;
int main ()
{
// Declarations
Bailey Y 16 68
Harrison N 17 71
Grant Y 20 75
Peterson N 21 69
Hsu Y 20 79
Bowles Y 15 75
Anderson N 33 64
Nguyen N 16 68
Sharp N 14 75
Jones Y 29 75
Bailey Y 16 68
Harrison N 17 71
Grant Y 20 75
Peterson N 21 69
Hsu Y 20 79
Bowles Y 15 75
Anderson N 33 64
Nguyen N 16 68
Sharp N 14 75
Jones Y 29 75
#include <iostream>
#include <iomanip>
#include <fstream>
#include <string>
using namespace std;
int main ()
{
// Declarations
#include <iostream>
#include <iomanip>
#include <fstream>
#include <string>
using namespace std;
int main ()
{
// Declarations
#include <iostream>
#include <iomanip>
#include <fstream>
#include <string>
using namespace std;
int main ()
{
// Declarations
// This is the Sliter Survey Calculation Program (slitersurvey.cpp)
// Written by: Allison Sliter
// Date: 18 July 2009
// Sources: Malik, D.S. C++ Programming: from Problem Analysis to Project Design, Colin Goble's filerewind.cpp, Ian Dees,