【正文】
的年份介于1812—2012年之間,在輸入1811年時(shí),測(cè)試結(jié)果與預(yù)期結(jié)果不一致,顯示的等于輸入日期的下一天。not a leap year Node (13) OutDay = 1 OutMonth = NextMonth(InMonth) End If Node (14) Else Node (15) OutDay = 1 OutMonth = NextMonth(InMonth) End If Node (16)End SelectNode (17)newDate = OutMonth Str(OutDay) , amp。 Determine Triangle TypeNode (3)If IsATriangle Then Node (4) If (a = b) And (b = c) Then Node (5) progOutput = Equilateral Else Node (6) If (a = b) Or (a = c) Then Node (7) progOutput = Isosceles Else Node (8) If (a * a = b * b + c * c) Or (b * b = a * a + c * c) Or (c * c = a * a + b * b) Then Node (9)