printf("Please input the quantity %c");

Why did you decide to put a %c here?

int main is case sensitive. it should also be int main(void).

int main(void) should not be on the same line as...