Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
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 <iostream>using namespace std;int main (){for (int number = 10; number < 100; number += 20){cout << number...