- All the different data types in the projet are:
- Double
- Decimal
- String
2. Double means it is not an integer and does not have to be a whole number
Decimal means it is not a whole number and can be used in calculations
String is a line of charcators with no numerical value attached. they nust be converted to be used in calculations
3. As double is used because it may not be a whole number
Decimal is used because it more than likely will not be a whole number
String is used as it can hold any form of data type easily which can be converted in to numberical values if needed.
4. It is used to conver numerical charactors of string in to numerical values such as integers
5.Identifys the form that you are coding in.
6.If Then Else selection
7.If an result is true, then a set of code is carried out, if it is false, another differnet code is carried out.
8. This is an unfinished project as there is
- No Tax taken off
- Only one person can be added at a time
- If you leave out a box, an error occurs

No comments:
Post a Comment