Apr 15, 2003 #1 freakbie Programmer Joined Apr 15, 2003 Messages 1 Location 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