Search:

Type: Posts; User: Carr Paulo

Search: Search took 0.00 seconds.

  1. yes..i thought that your getting what i mean...

    yes..i thought that your getting what i mean whiteflags??then what kind of operators i will use..??when i write a algorithm flowchart and solution..can you give a example code??when converting 9??i...
  2. i cant get your point mr.matticus..am for us to...

    i cant get your point mr.matticus..am for us to communicate well..refer to my example..

    when i input: 1000
    the output must be: M

    if i input:3000
    then the output is:MMM

    if i input 1
    the...
  3. no! my input data must: "Iput a number to be...

    no! my input data must:

    "Iput a number to be converted:"

    and as i result i will output it in form of roman numeral.

    my problem is to convert the number to a roman numeral..with a no.input of...
  4. mr.andrew the code that you posted i am not...

    mr.andrew the code that you posted i am not familiar on that kind of code..like i said i am only familiar in a header files..stdio.h and conio.h.

    and i ahm only using the (int)as a variable...
  5. yeahh.it is easy in terms of coverting it..ahmmm...

    yeahh.it is easy in terms of coverting it..ahmmm plase mr.kindly my actual problem on the very beginning of the first page...thank you hope you understand what i want to say..thank you/
  6. yes!! c++..sorry for some wrong doing i am doing...

    yes!! c++..sorry for some wrong doing i am doing that only says to you that i am only a beginner in terms of this area..or forum..
  7. #include #include main() {...

    #include<stdio.h>
    #include<conio.h>
    main()
    {
    int n;
    printf("Enter The a Number:\n");
    scanf("%d",&n);

    (then??what should comes next??on ly the process is my problem..what kind of...
  8. how hurt say that unproffessional attitude to me...

    how hurt say that unproffessional attitude to me with out knowing my REAL side..and ignoring what situation am i..to close my 2nd thread..and to insulting me.. like that.is that an act of a...
  9. help me in converting ordinary numbers to roman numerals..

    ..help me to create a algorithm,flowchart and a solution(code)..
    i am only required to use a basic kind of statements..(if/else,nested if,switch/case..if/else if...else statement) and only a 2 kind...
  10. by the way im a only a 17 years old boy from...

    by the way im a only a 17 years old boy from asia..and my from a poor family so that we dont have enough money to send me in some exclusive schools..thats way im not so pretty good in english..sorry...
  11. ok tnk you..for helping me ..i hope that youll...

    ok tnk you..for helping me ..i hope that youll finish your book as what you are expecting...im sure that the book that is made by you is a good and full of knowleged and information..that can help...
  12. can we chat on ym so that it is much easier to...

    can we chat on ym so that it is much easier to us..to have a conversation??
  13. yes!! i have a experience in making b...

    yes!!
    i have a experience in making b flowchart...hmm,,...i dont need the whole solution and algorithm..i am only want to have a some reference or guidlines for me to create my own algorithm and...
  14. mr.matticus i am only required to use a...

    mr.matticus i am only required to use a switch/case and nested if conditons to solve that problem can you help me??
  15. how do i display a roman numerals from ordinary numbers??

    my problem is this...please help. i need a algorithm and solution,,

    Write a program that accepts an ordinary number and outputs its equivalent roman numerals.
    The ordinary numbers and their...
Results 1 to 15 of 15