#include "DotMatrix.h"
void setup() {
// put your setup code here, to run once:
initializePort();
}
void loop() {
// put your main code here, to run repeatedly:
//firstQuestion();
//secondQuestion();
//thirdQuestion();
//fourthQuestion();
//fifthQuestion();
//sixthQuestion();
//seventhQuestion();
//eigthQuestion();
// ninthQuestion();
tenthQuestion();
}