1 public class Flower {
2 static Test monitor = new Test();
3 int petalCount = 0;
4 String s = new String("null");
5 Flower(int petals){
6 petalCount = petals;
7 System.out.println("");
8 }
9 }
2 static Test monitor = new Test();
3 int petalCount = 0;
4 String s = new String("null");
5 Flower(int petals){
6 petalCount = petals;
7 System.out.println("");
8 }
9 }