Search:

Type: Posts; User: asdfg

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    5,683

    Re: Leap year program

    use switch code..

    refer to this.. a simple calendar


    public class MyCalendar
    {
    private final int newYear1901=2;//Jan. 1, 1901, Tue(2)
    private int month;
    private int year;
  2. Replies
    9
    Views
    1,380

    Re: Question in numbering

    @sanz:
    you're right..it's like C progmramming...

    @cppcppcppcpp

    change the System.out.println("The area of circle is " + area + ".");
    to:
    System.out.printf("The area of cirle is %.2f" , area);
  3. Thread: Please help me.

    by asdfg
    Replies
    8
    Views
    1,528

    Re: Please help me.

    @Brt93yoda
    an elaboration to what sanz problem...


    The problem to what sanz's code is that

    the display button works, but the days weren't in the proper place.. It skips(leaves blank) in the...
  4. Replies
    5
    Views
    6,078

    Re: STANDARD CALCULATOR

    the problem here is, i don't know the functions of these buttons MR, MS, MC, M+ :((
  5. Replies
    5
    Views
    6,078

    Re: STANDARD CALCULATOR

    @Norm
    yes your right!!..i want to add the MC,MR, MS and M+ with their functions in like the standard calculator :)

    i hope you could help me wit\h this... :)
    thanks for replying anyways...
  6. Replies
    5
    Views
    6,078

    STANDARD CALCULATOR

    Hi I'm new to this lesson about GUI, I would like to ask for your help if you can... I don't know how to put the MC, MR, MS and M+ in my calculator, so that it would look like the standard...
  7. Replies
    7
    Views
    5,398

    sorting name using Selectionsort

    hi!
    is there anyone else who can correct my codes?
    i know this is wrong :(

    here's the problem: Write a class called slectionSort
    this would allow the user to input ten string names (e.g adal,...
  8. Replies
    5
    Views
    1,832

    Re: please help me in my assignment :(

    thanks so much :) this is a great help :)
  9. Replies
    5
    Views
    1,832

    Re: please help me in my assignment :(

    output would be:
    if the user enter: anne, annie, ann
    then it will display:
    ann
    anne
    annie
  10. Replies
    2
    Views
    2,717

    Re: RockPaperScissors

    thanks.. already solved :)
  11. Replies
    5
    Views
    1,832

    please help me in my assignment :(

    Here's the program: Write a class Sort. that allows you to input three string names and output at ascending order...
    here's my code...i dont know what's wrong with this..please help me guys..im just...
  12. Replies
    2
    Views
    2,717

    RockPaperScissors

    hi good evening.
    I have a problem upon compiling with my codes.this is for the game rock, paper and scissors..the problem is: Write a program that will allow user to input character: r-rock/...
  13. Thread: The value of x

    by asdfg
    Replies
    3
    Views
    1,510

    Re: The value of x

    Its because the number used is an integer dataType...and not the double type..so if you add, subtract, multiply and divide the integer, the result is also an integer and not double.... so in that...
Results 1 to 13 of 14