So basically, the
//Black ops 2 Class generator Please help me FIX!!!!!!
import java.util.Scanner;
import java.util.Random;
public class money
It say's im not initializing the variable but I initialize it in the last if statement
What happens if that "if" block is not executed? Then that variable will be un-assigned right? That is why compiler complaining.
Local variable should be assigned in all possible flows, otherwise it is compiletime error.