all of the variables above have the warning in the title. Could you please tell me why that is happening?
public class DataTypes { public static void main(St
The variables you declared are never used, only assigned to, therefore you're being warned.