This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Java Developer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package Lesson4.ClassWork.Frame14; | |
public class Launcher { | |
public static void main(String[] args) { | |
Tank tank = new Tank(); | |
tank.color = "Зеленого"; | |
tank.crew = 8; |