Search:

Type: Posts; User: omitewary

Search: Search took 0.07 seconds.

  1. Replies
    14
    Views
    1,129

    Re: problem using ArrayList

    No:-t
  2. Replies
    14
    Views
    1,129

    Re: problem using ArrayList

    I did with String array only..but it is having one bug.suppose if its getting hit with any number say '2', n again when I press 2 2nd and 3rd tym it gets hit.Then I found out the prob is my first...
  3. Replies
    14
    Views
    1,129

    Re: problem using ArrayList

    I want to pass an ArrayList only but for that again I ve to change my Array of type int which is accepting random number.How do I fix that?I tried putting random no. first in ArrayList then passing...
  4. Replies
    14
    Views
    1,129

    Re: problem using ArrayList

    thnx a lot:-bd..Do you have any solution to this?now that the program is readable,Please me with any changes in the program that would work.:-/
  5. Replies
    14
    Views
    1,129

    Re: problem using ArrayList

    sorry but I'm unable to get it what exactly you are saying about fixing code tags.I tried to rearrange my codes but it is again setting into same format.Sorry for the inconvinience.I ve sent...
  6. Replies
    14
    Views
    1,129

    Re: problem using ArrayList

    31113112
  7. Replies
    14
    Views
    1,129

    Re: problem using ArrayList

    problem is in the line dot.setLocationCells(locations);
    ERROR : The method setLocationCells(ArrayList<String>) in the type DotCom is not applicable for arguments(int[])

    I'm beginner in java..I'm...
  8. Replies
    14
    Views
    1,129

    problem using ArrayList

    import java.util.*;
    import javax.swing.JOptionPane;
    public class DotComTestDrive
    {
    public static void main(String[] args)
    {
    int numOfGuesses = 0;
    ...
  9. Replies
    3
    Views
    629

    my code is going in infinite loop

    public class GuessGame {
    //class GuessGame has three instance variable to hold three player objects
    Player p1;
    Player p2;
    Player p3;

    public void startGame(){

    p1 = new Player(); ...
  10. Re: pls help me how to add decimal format up to two places in the followin code

    oh sorry..m newbie in this type of forum so cudnt get along well!!
  11. pls help me how to add decimal format up to two places in the followin code

    import javax.swing.JOptionPane;
    import java.text.DecimalFormat;
    public class Sample3 {
    public static void main(String args[]){
    double amount,iRate,monPay,totalPay;
    int years;
    String...
  12. Thread: hello!!!

    by omitewary
    Replies
    2
    Views
    635

    hello!!!

    hey guys m new to forum and beginner in java..this looks really cool..i ll njoy this!!
Results 1 to 12 of 12