As many as _______ separate numeric functions can be defined in a single program
11
26
121
20
1
Expert's answer
2014-10-02T00:46:05-0400
Both numeric and string functions may be defined withthe DEF statement. Numeric functions return numeric values and string functions return string values. Numeric function names must consist of three letters, the first two must be FN, followed by any single letter of the alphabet (A-Z). Therefore, as many as 26 separatenumeric functions can be defined in a single program (FNA, FNB,...FNZ)
Comments
Leave a comment