Search:

Type: Posts; User: tina G

Search: Search took 0.10 seconds.

  1. Thread: Hello

    by tina G
    Replies
    4
    Views
    1,254

    Re: Hello

    welcome!!! ^^,
    hope this forum will help you lot..
  2. Re: Object Oriented Programming request please helpp...

    sure! we will try to help you ..^^, goodLuck
    just post your code,,ok?
  3. Replies
    1
    Views
    3,510

    if else statement not working properly

    help me in this code?
    my if else statement was not working properly?
    it always show valid?
    even the user put an invalid expression?
    what was i need to do? to solve it
    thanks in advance..
    ...
  4. Replies
    2
    Views
    12,869

    Re: convert infix to postfix

    help me..^^, thaks!!
  5. Replies
    4
    Views
    1,898

    Re: Please help me with this Java programming

    import java.io.*;

    public class CW2Q1 {

    public static void main(String[] args)throws IOException {
    Gauss_Quadrature_Data = new Gauss_Quadrature_Data();
    Gauss.input_data();...
  6. Replies
    4
    Views
    1,898

    Re: Please help me with this Java programming

    what's your problem here?
  7. Replies
    2
    Views
    12,869

    convert infix to postfix

    import java.io.IOException;
    import java.io.*;
    import java.util.Arrays;

    public class datastruct {
    private Stack theStack;

    public static void main(String[] args) throws IOException {
    ...
Results 1 to 7 of 8