Why when initializing multiple variables in the main method the code does not compile when I try to access the variables?
- The variables x, y and z are initialized at the same time.
- The variables x and y are showing compiler error. Why?
public class
相关标签: