Hi There!
<span>How does a hard drive work?
Hard Drive is for saving information </span>
It is false because if the margins, the space on the side of a paper, gets bigger, that means there is more emptiness and less space for text.
He should reread and find arcticles about life on the Mississippi River in the 1800s
Answer:
int main()
{
int number;
printf("Enter a number: ");
scanf_s("%d", &number, sizeof(number));
for (int i = 1; i <= 2; i++) {
printf("%d*%d=%d\n", number, i, number * i);
}
}
Explanation:
I used the safe scanf_s() that takes a third parameter to indicate the size of the buffer. In this case it is the size of an integer.
Answer:
If this is good, let me know in the comments and I'll draw it
Explanation: