首页>计算机>软件水平考试>模拟试题>正文
08年程序员考试模拟试卷——下午题

www.zige365.com 2008-11-11 20:02:00 点击:发送给好友 和学友门交流一下 收藏到我的会员中心
{

  ___(2)___

  times++;

  }while(balance>=0);

  balance=current;

  return times-1;

  }

  }

  abstract class Number_PhoneCard extends PhoneCard

  {

  long cardNumber;

  int password;

  String connectNumber;

  Boolean connected;

  Boolean performConnection( long cn, int pw )

  {

  if( cn==cardNumber && ___(3)___ )

  {

  connected=true;

  return true;

  }

  else return false;

  }

  }

  class IC_Card ___(4)___

  {

  boolean performDial()

  {

  if(balance>0.9)

  {

  balance-=0.9;

  return true;

  }

  else return false;

  }

  }

  class D200_Card ___(4)___

  {

  static double additoryFee;

  static{ additoryFee=0.1; }

  boolean performDial()

  {

  if(balance>(0.5+additoryFee))

  {

  ___(5)___

  return true;

  }

  else return false;

  }

  }

本新闻共8页,当前在第8页  1  2  3  4  5  6  7  8  

我要投稿 新闻来源: 编辑: 作者:
相关新闻
08年11月软考英语考前练习试题及答案汇总
08年11月软考英语考前练习试题及翻译(1)
08年11月软考英语考前练习及解析(18)
08年11月软考英语考前练习试题及解析(17)
08年11月软考英语考前练习试题及解析(16)
08年11月软考英语考前练习试题及解析(15)