下列能够正确输出”a=8”形式的语句是 。

A、
print a=3+5

B、
pirnt “a=”;3+5

C、
print “a=3+5”

D、
print a=;3+5
出自:安徽工业大学VB语言程序设计