Commit 35c19a20 by ilahma

Delete lab9task2.c

parent f039f896
Showing with 0 additions and 19 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