Completion requirements
Opened: Friday, 18 December 2020, 10:00 AM
Due: Friday, 18 December 2020, 10:00 PM
1. Write a C program to take two inputs from user and show all possible arithmetic, logical operations on them. [8]
2. Write a C program to calculate a person's age and then check whether it is above 18 if true print "Adult" otherwise print "You are just a kid!!!" [7]