3. Create variables for the following (i) to hold a train number (ii) to hold the name of a subject (iii) to hold balance amount in a bank account (iv) to hold a phone number
train_num = 51234 name = ‘Akshay’ balance = 7650.0 phone = 9784378938
train_num = 51234 name = ‘Akshay’ balance = 7650.0 phone = 9784378938
Variable is called a symbolic variable because they are named labels they symbolize ( or label ) what they store.
Why is a variable called symbolic variable ? Read More »