填空題

下列程序的運行結(jié)果是()。 
Program test 
    Implicit none 
    Integer,parameter:: limit=10 
    Integer counter 
    Integer:: ans=0 
    Counter=2 
   do while(counter<=limit)
     ans=ans+counter
     counter=counter+2
  end do
Wrte(*,*)ans
end 


您可能感興趣的試卷

你可能感興趣的試題