Answer the question
In order to leave comments, you need to log in
Why does c++ count incorrectly?
Hi when i run the code:
#include <iostream>
using namespace std;
int main() {
int s, i;
s = 8;
for (i = 2; i <= 8; i++)
{
s = s + 8;
cout<<s;
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question