Posts by helena • 65 points
2 posts
-
4
votes1
answer197
views -
2
votes1
answer511
viewsQ: lvalue required as left operand of assignment - rest of division
I’m having a problem making rest of the division. Gave that mistake: value required as left operand of assignment How do I fix it? #include <stdio.h> #include <stdlib.h> int main() { int…