PROGRAMMING AND CODE
Assignemnt #40
Code
/// Name: Justin Li
/// Period 7
/// Program Name: ModulusAnimation
/// File Name: ModulusAnimation.java
/// Date Finished: 11/5/15
import java.util.Scanner;
public class ModulusAnimation
{
	public static void main( String[] args ) throws Exception
	{
		Scanner keyboard = new Scanner(System.in);
        
        int repeats = 4;
		int steps_per_second = 8;
        
        for ( int i=0; i
    
    Picture of the output
    
    