Try this exercise. Fill in the missing part by typing it in.
Suppose you have a code snippet like below:
TEXT/X-JAVA
1private class A {
2 private String text;
3}How do you access the text property from within the class?
Write the missing line below.


