Search:

Type: Posts; User: joeshmoe1337

Search: Search took 0.00 seconds.

  1. Thread: fractions

    by joeshmoe1337
    Replies
    21
    Views
    5,888

    my code

    i wrote out what i could but when i enter 45/56 it messes up and i am having trouble checking the next number.



    #include <stdio.h>

    #define MAX 16

    int digit[MAX], x, y, z, a, j, k, q;...
  2. Thread: fractions

    by joeshmoe1337
    Replies
    21
    Views
    5,888

    fractions

    i decided to write a little program which took a numerator and a denominator and gave the decimal. I then decided that showing repeating decimals was important so i decided to use the format 1/3 =...
  3. Thread: clock

    by joeshmoe1337
    Replies
    2
    Views
    1,579

    clock

    i was wondering if in C you could create clock that counts up and store the time at certain points. if you can, could you point me in the right direction with a tutorial?



    Thank you
  4. Replies
    1
    Views
    1,340

    temperature

    i am writing a program that uses temperature and was wondering how to place to degree sign at the end of the number




    thank you
  5. Thread: exponents

    by joeshmoe1337
    Replies
    4
    Views
    1,271

    exponents

    I am kinda new to C and was wondering how would i do
    2 to the power of n and then subtract one.

    thank you
Results 1 to 5 of 5