hello every body ,
what is the answer for thees questions ?
When the keyword static is used on variable in a class definition, can the variable be altered in a non static method? Why or why not?
when the keyword static is used on a method in a class definition, can the method alter non-static variables in the class? why or why not?

