#include <stdio.h>

int main()
{
int a,b,c;
char i;

printf("Enter Two numbers\n");

scanf("%d%d",&a,&b);