Search:

Type: Posts; User: amakuzaki

Search: Search took 0.11 seconds.

  1. Replies
    21
    Views
    2,428

    Re: Almost Giving up :((

    Have diff problem ;p



    public int getValue()
    {

    if(condition)
    return 1;
  2. Replies
    21
    Views
    2,428

    Re: Almost Giving up :((

    import java.io.*;
    import java.util.*;
    public class Project12
    {
    public static DataInputStream input=new DataInputStream(System.in);
    public static void main(String[]args)throws Exception
    {...
  3. Replies
    21
    Views
    2,428

    Re: Almost Giving up :((

    Still in grip of this one :P
    It's posible to implement IF/IF ELSE statement within DO statement right?
    But i cant figure out how...



    import java.io.*;
    import java.util.*;
    public class...
  4. Replies
    21
    Views
    2,428

    Re: Almost Giving up :((

    Sorry to ask this but do you have idea how I can manage while((input2)||(level==6)) work in this code...
    Coz i want to happen is

    do{statement} level6 I cant put level...
  5. Replies
    21
    Views
    2,428

    Re: Almost Giving up :((

    On the SECOND code...
    On my while condition...value of level thing, cant figure out how i can get value of level in do {statement}...

    I forgot how to get value inside the do{statement}
  6. Replies
    21
    Views
    2,428

    Re: Almost Giving up :((

    Hello, here's my code so far again...I am quite figuring it out but i am stuck in a line, hope you guys can figure it out whats wrong ;p . Thank you in advance
    This one runs, I think you can figure...
  7. Replies
    21
    Views
    2,428

    Re: Almost Giving up :((

    Sorry i know my post is really confusing and maybe annoying, the thruth I am really trying my best to build this code but I can't logically build my own way of doing it so. Maybe I'll check some of...
  8. Replies
    21
    Views
    2,428

    Almost Giving up :((

    I am about to give up of this one but I want to try my luck here...

    I want to create an applet involving
    (1)successfully increase by 1 25%
    (2)Failed to increase 25%
    (3)Decrease by 1 25%...
Results 1 to 8 of 9