HW Assignment 3
This demonstrate the JK-Flipflop.
J 0, K 0 => do nothingJ 1, K 0 => Set (Q = 1, Q' = 0)J 0, K 1 => Reset (Q = 0, Q' = 1)J 1, K 1 => Toggle Q and Q'