填空题

下列是一个类的定义,将程序段补充完整。
   class A
    String s;
    【11】 int a=66;
   A(String sl) s=sl;
   static int geta( ) return a;

【参考答案】

【11】static