Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

What would the algorithm for this code be?

What would the algorithm for this code be?#include <iostream>using namespace std;int main (){for (int number = 10; number < 100; number += 20){cout << number << endl;}system("pause");return 0;}

Question:What would the algorithm for this code be?#include &lt;iostream&gt;using namespace std;int main (){for (int number = 10; number &lt; 100; number += 20){cout &lt;&lt; number...
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question