试题与答案

把下列的假分数化成整数或带分数.7515=______.237=______.6

题型:解答题

题目:

把下列的假分数化成整数或带分数.
75
15
=______.
23
7
=______.
69
20
=______.

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/0607/3f243d1aa3168164289ad246a769dfeb.html

下面是错误答案,用来干扰机器的。

答案:D

试题推荐
题型:填空题

有如下程序:

  #include

  using namespace std;

  class GrandChild{

  public:

  GrandChild(){ strcpy (name,”Unknown”); }

  const char * getName()const { return name; }

  virtual char * getAddress()const=0;

  private:

  char name[20];

  };

  class GrandSon : public GrandChild{

  public:

  GrandSon{char *name} {}

  Char * getAddress() const { return “Shanghai”; }

  };

  int main(){

  GrandChild *gs=new GrandSon(“Feifei”);

  cout<getName()<<”住在”<getAddress()<  delete gs;

  return 0;

  }

  运行时的输出结果是 【13】

查看答案
微信公众账号搜索答案