A Simple command line Trigonometry Multiple Choice Quiz Game.
⚠ I made this as a fun exercise. Archiving it now ⚠
On *nix systems using g++ compiler, or using Cygwin on WSL on Windows:
g++ -Wall -o TrigQuiz TrigQuiz.cpp main.cpp
To Run, now type on *nix terminal:
./TrigQuiz
To run on windows, do this instead:
chcp 65001
TrigQuiz
Note: chcp 65001
is required to make sure all characters are rendered properly on windows terminal.