Answer:
I think it is because a gross is equal to 144 and that is a hard way to count
Explanation:
Answer:
Using C language;
#include <stdio.h>
int main()
{
int N, M;
printf("Please enter two numbers: ");
scanf("%d %d", &N, &M);
int P,Q = N*M;
return 0;
}
Explanation:
The variables N and M are declared and the "scanf" function is used to assign a value to the variables from the input prompt, then the product of N and M are saved to the P and Q variables.
Answer:
copyright
Explanation:
Copyright protects intellectual property. If you own a copyright, you own the legal rights to said property.
Happy valentine’s u too !!