单项选择题

下列程序段,在运行时最后输出的内容是( )。   a=2   c=1   AAA:   c=c + a   If c<10 Then     Print c     GoTo AAA   Else     Print "10以内的奇数显示完毕"   End If

A.public abstract int read( )throws IOException
B.public final void writeInt(int v)throws IOException
C.pubfic void close( )throws IOException
D.pubfic int available( )throws IOExcepfion