Suppose you are creating a program to store customer informa
Suppose you are creating a program to store customer information for a mid-sized business. Select at least two (2) variable types that you would use for the program in question
Solution
The variables are defined as the one used in programming to store the information of different types which could be either alphabetical order numeric or alpha-numeric.
The vairables used in programming are string, date, byte, Boolean, numeric ( for currency, any fractional values etc) integer etc
Now to store customer information of mid sized business the program should contain
String - this variables is used to store simple texts information.
Numeric - to store the amount of money the customers have bought and the amount they have actually paid or pending amount
Date - to store the date
