Here is program one, although I know I am not supposed to write for you the program and I want you to learn it by your self but I hope you could learn from it.
#include <stdio.h>
int main()
{
int count = 0, number = 0, smallestNumber = 0;
printf("Please enter how many number you would...