The following code contains which of the following errors?


// Declare variables
int period1
int period2;

a
unclosed string literal

b
{ expected

c
; expected

d
) expected

e
not a statement