JennerStyle
Member
- Joined
- Jul 26, 2004
- Messages
- 6
- Programming Experience
- Beginner
This is my first time in working with VB.Net and I have hit a big snag to me at least!
The assignment reads:
"Write a program that will display the number of dollars and cents in two output TextBox controls based on user numeric input. For instance, if the user inputs 543, the program will display the 5 in the Dollars output TextBox control and the 43 in the Cents output TextBox control. For this program, use integer arithmetic and avoid using decimal variables and values. If necessary, review the integer remainder modular operator, Mod, introduced in this chapter. The completed application should display as shown in Figure 4-64"
I am using 'Microsoft Visual Basic.Net Comprehensive Concepts and Techniques' by Shelly Cashman Quasney.
I could really use some help because this one assignment is making no sense to me the way the book explains it.
Thank you in advance
Jennifer
The assignment reads:
"Write a program that will display the number of dollars and cents in two output TextBox controls based on user numeric input. For instance, if the user inputs 543, the program will display the 5 in the Dollars output TextBox control and the 43 in the Cents output TextBox control. For this program, use integer arithmetic and avoid using decimal variables and values. If necessary, review the integer remainder modular operator, Mod, introduced in this chapter. The completed application should display as shown in Figure 4-64"
I am using 'Microsoft Visual Basic.Net Comprehensive Concepts and Techniques' by Shelly Cashman Quasney.
I could really use some help because this one assignment is making no sense to me the way the book explains it.
Thank you in advance
Jennifer
Last edited: