티스토리 뷰
c sharp programing
Listbox name <listbox>
Textbox name <textbox>
Input variables <input>
Add listbox
<listbox>.Items.Add("text or" + variabiles);
Output to textbox
<textbox>.Text = <input>.ToString();
Input from textbox
Int32.TryParse(<textbox>.Text, out <input>);
bubble sort
1. flag
2. eleminate last - biggest - number. less comparesion.
'AU Study > TAFE' 카테고리의 다른 글
command line inputoutput codecademy (0) | 2017.09.25 |
---|---|
w10 tue morning (0) | 2017.09.25 |
w9 wed afternoon (0) | 2017.09.25 |
w9 wed morning (0) | 2017.09.25 |
w9 tue afternoon (0) | 2017.09.25 |
댓글