Search:

Type: Posts; User: indianj

Search: Search took 0.05 seconds.

  1. Re: Inserting radio buttons values into a database [* resolved *]

    I have figure it out
    if (radSmall.Checked)
    {
    strRAD = "S";
    }

    if (radMid.Checked)
    {
    strRAD = "M";
    }
  2. Re: Inserting radio buttons values into a database [* resolved *]

    how do i insert Radio box value into the database. for example, S=Small, M=Medium or L=Large?
  3. Replies
    1
    Views
    824

    Help with while statement

    Hello friends,

    I am new to Java. I want to create a application that keep asking question untill user exit the question. should be very simple. i do not know how to make a loop that will do it. if...
  4. Thread: C compiler

    by indianj
    Replies
    1
    Views
    674

    C compiler

    Hello i am new to the C language. i am wondering if anyone know any good C Compiler that i can use.

    thanks
    Harry
  5. Replies
    2
    Views
    583

    StringArray questions

    Hello i need help with removing string. can someone please help me with my code.

    ------
    <code>
    public static StringArraySeq concatenation(StringArraySeq s1,StringArraySeq s2){
    ...
  6. Replies
    1
    Views
    23,513

    Re: Java - Collections/Arrays

    Hi Dillinger4,

    your code looks great. i want payaround with java. i was wondering if i want to add strings into my StringArrySeq how would i do that? what do i do to print strings rather than...
  7. Replies
    3
    Views
    3,401

    Re: need help with assembly program

    is it somthing like this?

    a100
    mov ah,01
    int 21
    cmp al,0d
    jnz 0100
    mov ah,02
    mov dl,al
    int 21
  8. Replies
    3
    Views
    3,401

    Re: need help with assembly program

    here i find out how to get user input. i need to find out how i can convert A-Z into a-z. if you know anything, please let me know.

    c:\>debug
    -a100
    178E:0100 mov ah,01;
    178E:0102 int 21;...
  9. Replies
    3
    Views
    3,401

    need help with assembly program

    hi, does anyone know how to write an assembly language program that accepts uppercase user input and converts it to lowercase in debug.exe?
  10. Replies
    2
    Views
    2,568

    need help with code

    hello i wrote Statistician class. i am getting error:

    A:\Statistician.java:19: cannot find symbol
    symbol : class Random
    location: class Statistician
    Random r = new Random();
    ^...
  11. Thread: Recursion help

    by indianj
    Replies
    0
    Views
    2,233

    Recursion help

    hello, i was studing Recursion at http://phoenix.goucher.edu/~kelliher/cs23/feb21.html i have question in my mind. When the compiler compiles your program, how is a recursive call treated differently...
  12. Thread: Start Assembly

    by indianj
    Replies
    8
    Views
    3,180

    Re: Start Assembly

    hi, i am learning Assembly language using debug.exe. is it good?
  13. Replies
    11
    Views
    4,050

    Re: Stack questions

    thanks for your answer. yes i do not stack now.
  14. Replies
    5
    Views
    3,014

    Re: Queue with circular array

    yes, you are right. thanks.
  15. Replies
    5
    Views
    3,014

    Queue with circular array

    hello everyone, i am studding Queue chapter and i have one question from my practice exam. here is the link for practice exam http://www.cs.colorado.edu/~main/questions/chap07j.html

    #11 I have...
  16. Replies
    0
    Views
    2,879

    need help in Machine Arch class

    here is the practice exam that i need help with. if you know anyting, please post your comments here.

    A fully associative mapped cache has 16 slots, with eight words per slot. The size of main...
  17. Replies
    11
    Views
    4,050

    Stack questions

    hi, i was going throught java exercise i did not get this exercise? if you know anything please post your comments here.


    Which of the following applications may use a stack?
    A. A parentheses...
  18. Replies
    5
    Views
    3,786

    Re: Boolean algebra

    I mean to say how do you solve this function using boolean algebra?
    F= A(B+C')' + (B+D)A'
  19. Replies
    5
    Views
    3,786

    Boolean algebra

    hi, i was going through boolean algebra and i could not figure it out. let me know if you have any idea.

    F= A(B+C')' + (B+D)A'
  20. Replies
    4
    Views
    5,391

    Re: 1's complement number

    thanks penagate and CornedBee. your answer makes sense to me.
  21. Thread: Linked lists

    by indianj
    Replies
    1
    Views
    651

    Linked lists

    hi,i am wondering if anyone have sample of Linked lists program. if you do, could you please upload it in the code bank Java fourm?
  22. Replies
    4
    Views
    848

    Re: need help with java exercise

    thanks for your responce
  23. Replies
    1
    Views
    650

    need help in java

    i have one exercise where i need to write a method with three parameters. the first parameter is a head reference for a linked list of integers. and the next two parameters are integers x and y. the...
  24. Replies
    4
    Views
    848

    need help with java exercise

    hello everyone, i was going through exercise in book and here is the part i need some help.

    Consider this code that creates some location objects with coordinates x=10 and y=20:

    Location a, b,...
  25. Replies
    4
    Views
    5,391

    1's complement number

    does anyone know how to find the decimal equivalent of the four-bit one's complement number: 1111
  26. Replies
    5
    Views
    1,629

    Re: linked list- JAVA

    thanks alot everyone. i think i have better idea how cursor works.
  27. Replies
    5
    Views
    1,629

    linked list- JAVA

    i was going through my java exercise and here is exercise that i did not get it. let me know if you know anything.

    suppose cursor refers to a node in a linked list (using the Node class with...
Results 1 to 27 of 27



Click Here to Expand Forum to Full Width