Apr 15, 2003 #1 freakbie Programmer Apr 15, 2003 1 US cout << "Enter an int: " << endl cin >> value for (int i=0; i<value; i++) sum = sum + i; can anyone please convert the above C++ code into SIC (not SIC/XE) THANKS
cout << "Enter an int: " << endl cin >> value for (int i=0; i<value; i++) sum = sum + i; can anyone please convert the above C++ code into SIC (not SIC/XE) THANKS