Skip to content

Instantly share code, notes, and snippets.

View omarichatman's full-sized avatar

Omari Chatman omarichatman

  • Sterling Heights, MI
View GitHub Profile
#include "stdafx.h"
#include <iostream>
#include <string>
#include <fstream>
#include <assert.h>
using namespace std;
#define record "record.dat"
struct Date
#include "stdafx.h"
#include <iostream>
#include <string>
#include <math.h>
#include <assert.h>
using namespace std;
float stu_perc_grade(int numCorrect);
float minScore = 9999;