The Math Quiz Assignment 1 point - The assignment has a background with + - * and / on it drawn by loops. 1 point - The assignment picks two random numbers 1 point - The assignment prints the sum of the numbers -0.5 - Every day after Wed Feb 14th Notes: You can pick a random number from 0 ... 99 with int r = (int)(Math.random()*100);