• 2022-06-28
    The name of the complex [CrCl3(NH3)2(H2O)]
    is (
    ).
    A: Three chloride, monohydrate, two ammonia, and chromium (Ⅲ)
    B: Three chloride, two ammonia, monohydrate, and chromium (Ⅲ)
    C: Monohydrate, three chloride, two ammonia, and chromium (Ⅲ)
    D: Two ammonia, monohydrate, three chloride, and chromium (Ⅲ)
  • B
    本题目来自[网课答案]本页地址:https://www.wkda.cn/ask/eotzxyjexymxazto.html

    内容

    • 0

      A: Come and see me in ______.B: With pleasure. That's what I'm expecting. A: two or three days' B: two or three days' time C: two or three day's time D: two or three day

    • 1

      以下对枚举类型的定义中正确的是() A: enum a={one,two,three}; B: enum a{one,two,three}; C: enum a={“one”,”two”,”three”}; D: enum a{“ one”,”two”,”three”};

    • 2

      以下对枚举类型定义正确的是______。 A: enumnum={one,two,three}; B: enumnum{one=9,two=18,three}; C: enumnum={"one","two","three"}; D: enumnum{"one","two","three"};

    • 3

      以下对枚举类型名的定义中正确的是______。 A: enuma=one,two,three; B: enumaone=9,two=1,three; C: enuma="one","two","three"; D: enuma"one","two","three";

    • 4

      以下对枚举类型名的定义中正确的是()。 A: enuma={one,two,three}; B: enuma{one=9,two=-1,three}; C: enuma={"one","two","three"}; D: enuma{"one","two","three"};