i need help with a project.
Is it possible to display an 1 dimension array in GUI without using a loop?
If it is can you send me the codes?
i was ask to enter the numbers like thise
Example:
Enter numbers: 3, 4, 1, 5, 6
then it should display the numbers which i entered.
Example:
Number entered: 3, 4, 1, 5, 6
next i have have to sort the numbers (which i already know how).
it should display in a single GUI box.
Example:
Sorted numbers are: 6, 5, 4, 3, 1
can you please help me?