Commit f039f896 by ilahma

Upload New File

parent b9f8e53f
Showing with 19 additions and 0 deletions
switch(operator)
{
case 'average':
printf("Average is &d ",(a,b));
break;
case 'max':
printf("Max number is %d" ,(a,b));
break;
case 'min':
printf("Min is &d ",a,b,division(a,b));
break;
default:
printf("Operator is not correct");
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment