#include stdio.hint main(){ int x = 30, y = 25, z = 20, w = 10; printf("%d ", x * y / z - w); printf("%d", x * y / (z - w)); return (0);}
Not registered? Create an account
Forgot Password?
Already a registered user? Login