BLOG INFORMATICO

lunes, 30 de agosto de 2010

PRoGrAmAcIoN En vIsUaL BaSiC

if combobox1="3" then
puntos=puntos+20

if combobox2="4" then
puntos=puntos+20

if combobox3="5" then
puntos=puntos+20

if combobox4="6" then
puntos=puntos+20

if combobox5="7" then
puntos=puntos+20

if combobox6="8" then
puntos=puntos+20

if combobox7="9" then
puntos=puntos+20

if combobox8="10" then
puntos=puntos+20

if combobox9="11" then
puntos=puntos+20

if comobobox10="12" then
puntos=puntos+20

if combobox11="13" then
puntos=puntos+20

if combobox12="14" then
puntos=puntos+20

if combobox13="15" then
puntos=puntos+20

if combobox14="16" then
puntos=puntos+20

if combobox15="17" then
puntos=puntos+20

if combobox16="18" then
puntos=puntos+20

if combobox17="19" then
puntos=puntos+20

if combobox18="20" then
puntos=puntos+20

if combobox19="21" then
puntos=puntos+20

if combobox20="22" then
puntos=puntos+20

msgbox "total de puntos" +str(puntos)

No hay comentarios:

Publicar un comentario