Page 1 of 1

Write the output of the following code which is part of a complete Visual Basic Programme X=0 sum = 0 Do x += 1 sum += X

Posted: Fri Apr 29, 2022 6:34 am
by answerhappygod
Write The Output Of The Following Code Which Is Part Of A Complete Visual Basic Programme X 0 Sum 0 Do X 1 Sum X 1
Write The Output Of The Following Code Which Is Part Of A Complete Visual Basic Programme X 0 Sum 0 Do X 1 Sum X 1 (17.48 KiB) Viewed 22 times
Write the output of the following code which is part of a complete Visual Basic Programme X=0 sum = 0 Do x += 1 sum += X ListBox1.Items.Add(sum) Loop Until x = 6