Which of the following is not a statement?
LANGUAGE: C++
CHALLENGE:
Which of the following is not a statement?
SOLUTION:
cout << “hello world” << endl
Question:
Which of the following IS a statement?
Answer:
double pi = 3.0;
Which of the following is not a statement?
cout << “hello world” << endl
Question:
Which of the following IS a statement?
Answer:
double pi = 3.0;