terms[0] = "Bb-Bb";
correct[0] = "perfect unison or octave";
terms[1] = "Bb-B";
correct[1] = "augmented unison or octave";
terms[2] = "Bb-C";
correct[2] = "major 2nd";
terms[3] = "Bb-C#";
correct[3] = "augmented 2nd";
terms[4] = "Bb-D";
correct[4] = "major 3rd";
terms[5] = "Bb-D#";
correct[5] = "augmented 3rd";
terms[6] = "Bb-Eb";
correct[6] = "perfect 4th";
terms[7] = "Bb-E";
correct[7] = "augmented 4th";
terms[8] = "Bb-F";
correct[8] = "perfect 5th";
terms[9] = "Bb-F#";
correct[9] = "augmented 5th";
terms[10] = "Bb-G";
correct[10] = "major 6th";
terms[11] = "Bb-G#";
correct[11] = "augmented 6th";
terms[12] = "Bb-A";
correct[12] = "major 7th";
terms[13] = "Bb-A#";
correct[13] = "augmented 7th";