What is the output of the code shown


What is the output of the code shown below?
intCount = 40
Do Until intCount < 26
intCount -= 2
lstCount.Items.Add(intCount)
Loop

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: What is the output of the code shown
Reference No:- TGS0103752

Expected delivery within 24 Hours