oppression
- This is a preview of the essay.
To view the full text you must login!
Joseph Pablo
CIS 1
Answer the following questions:
(a) What is the syntax for a variable name?
To specify a real number variable, you must add a hash sign (#) as the last character of the variable name. If you want your variable to store a string, you must add a dollar sign ($) as the last character of the variable name. For a regular variable name to store data, no special syntax is required.
(b) Are variable names case sensitive?
Variable names are not case sensitive. Capitalization and lower case names do not make a different when calling the variable.
(c) Can a variable name and a function name share the same name?
Yes, they both can have the same name.
(d) What are the three basic data types in BB?..