Ok, so I need to use the int main(int argc, char*argv[ ]) to grab a txt file with information that reads like
- a 6
- b 7
- c 8
- ? equilateral
the limitations are I am only allowed to use if, if-then, and if-else statements, and i need to use command line int main.
I think I could do the rest of the assignment if I could only get the number values out of the frikin file