public class SomeWrong {
public static void main (String [] args) {
MyRect Rectangle;
myRect.width = 40;
myRect.height = 50;
System.out.println ('Standard delivery:' + myRect.area ());
}
}
- MyRect has not been initialized yet
- There is no processing method
- There is no static keyword
- The program is not wrong