User Profile

Collapse

Profile Sidebar

Collapse
jvan12
jvan12
Last Activity: Feb 19 '10, 02:38 PM
Joined: Feb 18 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jvan12
    replied to Error while writing integer calculator
    in C
    neither of you were helpful at all, i asked a simple question i wanted a simple answer
    See more | Go to post

    Leave a comment:


  • jvan12
    started a topic Error while writing integer calculator
    in C

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...