Multiple choice technology programming languages

How is a filed name indicated ?

  1. a) %fieldname

  2. b) %%fieldname

  3. c) both a and b

  4. d) None

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Model 204 User Language, a field name is indicated by prefixing it with two percent signs (%%fieldname), whereas a single percent sign (%variable) is used to denote a local variable.