Let’s Try Our Hand at VB6 Program
Let’s write a program that takes an integer as input and outputs whether or not the integer is a positive number.
- How should we get the user’s input?
- How do we tell is the input is a positive or negative number?
- What should we do with an input of “0”?
- How should we output the “positive” or “negative” evaluation to the user?
- How do we get started?