Search:

Type: Posts; User: hacica

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    5,660

    yes you are right but this time i get 532...

    yes you are right
    but this time i get

    532
    DXXX532

    loop does not enter last switch and output is roman and entered number
  2. Replies
    12
    Views
    5,660

    conversion of roman to arabic is done,but now how...

    conversion of roman to arabic is done,but now how should i read 2 roman numbers ,how can i get numbers in the left and in the right of +


    and whats wrong with this one its just retypes what i...
  3. Thread: array-string

    by hacica
    Replies
    4
    Views
    1,056

    i meant how can i take a sequence of characters...

    i meant how can i take a sequence of characters with array,finite and infinite size?
    why is it dangerous ,because of no ampersand?
  4. Thread: array-string

    by hacica
    Replies
    4
    Views
    1,056

    array-string

    char a[16];


    printf(" enter sequence");
    scanf( "%s", a );

    how can it be written with array,using for loop?
  5. Replies
    12
    Views
    5,660

    what about 40(XL),60(LX) or...

    what about 40(XL),60(LX) or 1965(MCMVXXV),2002(MMII)

    romans can be written before and after any other roman,it confuses me
  6. Replies
    12
    Views
    5,660

    yes,i actually wanted to ask how to do addition...

    yes,i actually wanted to ask how to do addition ,i.e converting roman number to decimal ,mcmxxxiv :(
  7. Replies
    12
    Views
    5,660

    Addition of Roman numbers

    How to write a program ,in C,which inputs two numbers specified in Roman numerals and outputs the sum of these two numbers in Roman numerals,no matter with capitals or not?
    im interested in Using...
Results 1 to 7 of 7