#include
int main()
{
int i=3,j;
j= ++i * ++i * ++i;
printf("%d",i);
printf("\n");
printf("%d",j);
}
answer i = 6 , j = 150
but 4*5*6 = 120
how ?
Answers
Answered by
0
Answer:
the answer is idk
Explanation:
please find the answer soon
Similar questions
English,
1 day ago
Math,
1 day ago
English,
3 days ago
Hindi,
8 months ago
Computer Science,
8 months ago