Ask Question
15 October, 14:26

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

+5
Answers (1)
  1. 15 October, 17:06
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers