Presentation Questions: 1. Flashcards
1
Q
What are scalar data types and compound
data types?
A
Scalar data types only hold one data item.
Compound data types can be contructed into a program using primitive datatypes.
2
Q
whast does goto do?
A
Skips to another section of PHP program
this would go to “a:”