Answer:
#include <stdio.h>
int main()
{
for (int n = 12; n > 0; n--) {
printf("%d x 2 = %d\n", n, n * 2);
}
}
Explanation:
Only one loop.
Answer: they should get 4 pizzas
Explanation:
you times 10 by 2 which equals 20 then divide by 5 which equals 4
Answer:
The posture is how someone sits at his or her computer.
Hope this helps ;-))