Search:

Type: Posts; User: Akirien

Search: Search took 0.29 seconds.

  1. Replies
    2
    Views
    1,273

    Need Help with this UML

    Can anyone help me with this UML? I dont understand... Thank you

    1438
  2. How to convert char to string by using method invocation?

    public class MethodCall5

    {

    public static void main(String[] args)

    {

    MethodCall5 f = new MethodCall5();
    char q = f.g("Good");
  3. Replies
    1
    Views
    1,341

    Method calls and Invocation

    Hello there.. I have these questions taken from Intro To Java Programming by Y.Daniel Liang. I don't understand the question. Hope you will help me.

    Write method calls/method invocation for the...
  4. Replies
    5
    Views
    1,535

    Re: One Decimal Place

    thanks!!! got it...hehe.. thanx a lot.. :)
  5. Replies
    5
    Views
    1,535

    Re: One Decimal Place

    Thanks for your reply.. But can you teach me how to do that?
  6. Replies
    5
    Views
    1,535

    One Decimal Place

    Hello there... I want to convert the output to one decimal place but what I got is "Cannot format given Object as a Number". Can anyone help me out? Thank you :)


    //Assignment 1 Question 2
    ...
Results 1 to 6 of 6