

InterviewSolution
Saved Bookmarks
1. |
3. Define variable. Name the types of variables. |
Answer» ONG>Explanation: A few basic variable types include: int - Int is short for "integer." It is USED to define numeric VARIABLES holding whole numbers. ... FLOAT, double and decimal - these three types of variables handle whole numbers, numbers with decimals and fractions. The difference between the three lies in the range of values. |
|