Search:

Type: Posts; User: darking123

Page 1 of 3 1 2 3

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    1,616

    Re: Java joption

    what if i want to compare the values stored in my string array to the value stored in my int array
  2. Replies
    9
    Views
    1,616

    Re: Java joption

    my problem is how can i compare the inputs from each other?
  3. Replies
    9
    Views
    1,616

    Re: Java joption

    my question/problem is how will i code inside my method to do the example i provided
  4. Replies
    9
    Views
    1,616

    Java joption

    use joption only
    enter 5 integers


    enter a number: 5
    Output: 5
    Enter a number: 6
    Output: 5 6
    Enter A Number: 5
    Output: Please Do not Input same Number
  5. Replies
    0
    Views
    1,043

    question about currency symbol

    how to identify if the user input is a currency symbol
    in java
  6. Replies
    3
    Views
    1,339

    Re: java programming loop problem

    i have no idea how
  7. Replies
    3
    Views
    1,339

    java programming loop problem

    my problem is when i type NN to this code it ends my program..but i want that is i type more than one char it reloops again..
    help please thank you


    do{
    System.out.print("\nDo You...
  8. Replies
    9
    Views
    1,258

    Re: help java prog. adding do{ while()

    yup sir i know how it works..but i do not know where to place it to me program because it has many methods on it
  9. Replies
    9
    Views
    1,258

    Re: help java prog. adding do{ while()

    what i dont understand is placing the do and while in my program that has many method on it...can you guide me
  10. Replies
    9
    Views
    1,258

    Re: help java prog. adding do{ while()

    after The Area of a Triangle will be output a message that will say DO YOU WANT TO CONTINUE?? if i type Y then the program will reloop to the start where i will input the height etc. again
  11. Replies
    9
    Views
    1,258

    Re: help java prog. adding do{ while()

    any more other guides??cant seem to make it work because of its many method i do not know where to place it
  12. Replies
    9
    Views
    1,258

    help java prog. adding do{ while()

    how will i add do{ while() to my program
    this is my program



    import java.util.*;
    public class Triangle {
    Scanner br = new Scanner(System.in);
    private double height;
    private double base;
  13. Replies
    7
    Views
    1,432

    Re: help java prog

    according to my post above.. where should i plase the formula 0.5*height*base is it to the Triangle class or the area?
  14. Replies
    7
    Views
    1,432

    Re: help java prog

    help me add those methods to my program??
    how will i add public void setBase(double x) and public void setHeight(double x) also the public Triangle(double h, double b); to my program??
  15. Replies
    7
    Views
    1,432

    Re: help java prog

    bump!!!!!!!!!!
  16. Replies
    7
    Views
    1,432

    Re: help java prog

    i do not know what will i do the the constructor and how will i add the other to my program
  17. Replies
    7
    Views
    1,432

    help java prog

    how will i do this??

    private double height;//Height
     private double base;//Base length
     public Triangle(double h, double b);//Constructor
     public void setHeight(double x);//Sets height
    ...
  18. Replies
    1
    Views
    1,071

    help java prog

    my multiplication table code needs to have getRow(),getColumn(),displayTable() methods
    but i dont have no idead how
    here is my unfinished code


    import java.util.Scanner;


    public class tt {
  19. Replies
    56
    Views
    5,157

    Re: java programming assignment help

    cant find a solution
  20. Replies
    56
    Views
    5,157

    Re: java programming assignment help

    bump! anyone?
  21. Replies
    56
    Views
    5,157

    Re: java programming assignment help

    it will be the deadline tom i cant still finish it T_T...anyone please help me
  22. Replies
    56
    Views
    5,157

    Re: java programming assignment help

    i have been trying but it affects the entire program when i try to add it
  23. Replies
    56
    Views
    5,157

    Re: java programming assignment help

    i do not know where to start..please guide me
  24. Replies
    56
    Views
    5,157

    Re: java programming assignment help

    yes 1234 will be a valid input because it contains pure numbers....


    about your solution how to do it??also i am using joption not buffered
  25. Replies
    56
    Views
    5,157

    Re: java programming assignment help

    oh you dont get what i said awhileago
    the problem is
    1. I enter: 10String
    2. The Computer Says its A Digit then After i press Ok My Program shown an error
    ...the problem to my program is if i...
Results 1 to 25 of 53
Page 1 of 3 1 2 3