debaixo
int main ()
{
int x = 7 % 4 * 3 / 2;
prinif("Value of x is %d", x);
}
Enthusiastic Elephant
int main ()
{
int x = 7 % 4 * 3 / 2;
prinif("Value of x is %d", x);
}