Information for Computer Science 1
For Programming in C++ you can download CodeBlocks software free. (choose the 4th option to download: codeblocks-20.03mingw-setup.exe}
LAB RULES AND PROCEDURES - SIGNATURE FORM
ASSIGNMENTS
CODEBLOCKS: C++ NOTES
/// Name
///period
///(name of program)
#include<iostream>
#include<fstream>
#include<iomanip>
#include<cstdlib>
#include<cmath>
#include<string>
#include<ctime>
#include<algorithm>
using namespace std;
int main()
{
}