Posts by jpramos1993 • 16 points
1 post
- 
		0 votes2 answers25 viewsA: C# popular a combo box with variable doubleWell your problem is in the incrementer used (i++), since when you perform the operation in the first iteration of the cycle the value is 1.47 so according to the increment i++ the value in the…