Ask Question

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

+4
Answers (1)
  1. 17 April, 11:22
    0
    c

    Explanation:

    variable declaration statements must end with a semicolon.
Know the Answer?
Not Sure About the Answer?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers