void main()
{
int c=5;
int a=3;
float b=4.5;
a=b % 9;
}
