объясните пожалуйста как такой ответ выходит?

#include<stdio.h>
#include<conio.h>
int main()
{
int i=0;
int s=0;
while(i<4)
{
s+=i;
i++;
printf("%d",i);
}
getch();
}
что программа выводит на экран?
ответ:6
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.