Search:

Type: Posts; User: unleashed-my-freedom

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    1,516

    Re: The meaning behind it

    What do you mean by It's exactly equivalent to the clearer, more intelligible, better?
  2. Replies
    4
    Views
    1,516

    The meaning behind it

    What is the meaning of test in this example? Does the test equal to June123?

    String actualPassword = "June123", test;
  3. Replies
    5
    Views
    1,280

    [SOLVED] Re: Can someone explain to me?

    so we use temp just to increase the order by 1?
  4. Replies
    5
    Views
    1,280

    [SOLVED] Re: Can someone explain to me?

    At first, I had 10 20 30 40
    But the temp, I had 40 10 20 30.
    So you mean if I use temp, the number will (in this case) increase by 1 position?
  5. Replies
    5
    Views
    1,280

    [SOLVED] Can someone explain to me?

    Can someone explain the coding in bold to me? I don't understand how to get 40 10 20 30.

    public class Rotater {


    public static void main(String[] args) {


    int a = 10, b = 20, c...
  6. Replies
    5
    Views
    1,539

    Re: What is wrong with my code?

    i'm using a laptop so there is only one button for -.
  7. Replies
    5
    Views
    1,539

    Re: What is wrong with my code?

    CelsiusConverterApp.java:8: illegal character: \8211
    CelsiusConverterApp.java:8: not a statement
    CelsiusConverterApp.java:8: ';' expected
  8. Replies
    5
    Views
    1,539

    What is wrong with my code?

    I'm trying to convert Fahrenheit to Celsius but there are errors but I don't know where is the mistakes.
    The error is the part that I had bold it.

    public class CelsiusConverterApp {

    public...
  9. Replies
    5
    Views
    1,715

    Re: Is it the same?

    I'm trying to ask if it is all right for me to calculate the mass first like long massOfTheBlock = length * width * height * density after that I then print out like
    System.out.println("The mass of...
  10. Replies
    5
    Views
    1,715

    Is it the same?

    I had tried this coding myself but I had a different answer from the solution given. May I know if it is the same?

    //calculate the mass
    long massOfTheBlock = length * width * height * density...
Results 1 to 10 of 10