单项选择题下面不属于软件设计原则的是______。
单项选择题有如下程序段: Dim str As String*10 Dim i Strl= abcdefg i=12 lenl=Len(i) str2=Right(str1,4) 执行后,len1和str2的返回值分别是______。