/* Note:Your choice is C IDE */#include "stdio.h"main(){ float b; b=2.5+7%3*(int)(4.7+2.5)%2/4; printf("%d",b); }