#include int main(void){ int a=7,b=2,c=4,d=8,e=4,f=3; printf("answer=%f\n", a%b+c*d-(double)e/f); return 0; }