You are required to create an application that will allow the user to set the boundaries of a series of multiplications. (start , end, and the multiplication factor). The application should list the series in the listbox using the following format illustrated in the screenshot.
E.g, If the boundaries are as follows:
Start of loop: 1
End of Loop: 5
Multiply by: 2
The listbox should display the results as follows:
1 times 2 = 2
2 times 2 = 4
3 times 2 = 6
4 times 2 = 8
5 times 2 = 10
Use the interface attached as a guide line
Ensure that:
Your application has the necessary input validation/exception handling mechanisms
Redundant code is minimised (methods are created when necessary)
Your user interface should allow the user to clear all the textboxes using the Reset button
Provide a control that will allow the user to exit the application
can you please help...what i have done so far , i have attached it..what i don't know is how to assign different methods to the buttons...
Loops and List boxes (C# programming)apply loops to display a series of results in a list box
Page 1 of 1
2 Replies - 789 Views - Last Post: 25 August 2010 - 04:03 AM
Replies To: Loops and List boxes (C# programming)
#2
Re: Loops and List boxes (C# programming)
Posted 25 August 2010 - 03:31 AM
#3
Re: Loops and List boxes (C# programming)
Posted 25 August 2010 - 04:03 AM
I removed the duplicate topic, and you haven't "attached" anything.
Post your code in the topic, IN CODE TAGS.
Post your code in the topic, IN CODE TAGS.
This post has been edited by JackOfAllTrades: 25 August 2010 - 04:04 AM
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote







|