My solutions for the CodeHS Nitro track that were required to be completed for my AP Computer Science Course. Some of these solutions are not ideal and were done rather quickly in a rush. Note: It is ...
int numerator1 = readInt("What is the numerator of the first fraction? "); int denominator1 = readInt("What is the denominator of the first fraction? "); int numerator2 = readInt("What is the ...