【多选题】What can the studies of gene bring to human beings? Find out the riddle of our lives; Figure out how many genes we have; Find out the cause of many inherited diseases; Figure out a way to fix defectiv...
A.
Find out the riddle of our lives
B.
Figure out how many genes we have
C.
Find out the cause of many inherited diseases
D.
Figure out a way to fix defective genes
E.
Have a clearer idea of how we are related to the other life forms with which we share our planet
【单选题】Dim s As String Dim n As Integer s = InputBox("请输入一个字符串") n = 0 For i = 1 To Len(s) If Mid(s, i, 1) >= "0" Or Mid(s, i, 1) = "0" Or Mid(s, i, 1) <= "9" Then 是错的,请选择正确选项()。