
Ralph W. answered 06/06/21
Why I Am the Right Choice to Teach and Tutor C++
(a) Correct line (a): Answer: #include <iostream>
(b) Correct line (b): Answer: int main(){
(c) Correct line (c): Answer: for (int x = 1; x < 10; x++);
(d) Correct line (d): Answer: cout << x % y << endl;
(e) Correct line (e): Answer: return 0;