Write a "c" program that will act as a calculator to perform the following operations
1 addition
2 subtraction
3 multiplication
4 division
5 none
the user enters two numbers which must be greater than zero
the user is allowed to perform one operation at a time three times at most
use the following statements where applicable
if
if...else
if...else if
switch....break
do....while
while