Ask Question
1 February, 10:03

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

+1
Answers (1)
  1. 1 February, 12:51
    0
    c

    Explanation:

    variable declaration statements must end with a semicolon.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “The following code contains which of the following errors? / / Declare variables int period1 int period2; a unclosed string literal b { ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers