User Profile
Collapse
-
neither of you were helpful at all, i asked a simple question i wanted a simple answer -
Error while writing integer calculator
I am very new to writing in c on terminal for mac and I am attempting to write an integer calculator that has a quotient and remainder, this is what i have written;
...Code:#include <stdio.h> #include <stdlib.h> int main(void) { float numerator, denominator, result; int quot; int rem; div_t; printf("Please enter
No activity results to display
Show More
Leave a comment: