Saturday 12 March 2016

Write a statement that displays the value of the second element in the float array ideas.

Leave a Comment

Question:

Write a statement that displays the value of the second element in the float array ideas.

Answer:

cout << ideas[1] << "\n"; // or << endl;

Source:

C++ Primer Plus Sixth Edition Chapter Review

If You Enjoyed This, Take 5 Seconds To Share It

0 Questions: