User Profile

Collapse

Profile Sidebar

Collapse
k3lvynn
k3lvynn
Last Activity: Feb 3 '14, 03:07 AM
Joined: Feb 3 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • my first class comes out clean with no syntax errors, but when i try to compile the second class, it says
    " method range in class Car cannot be applied to given types;
    required: double; found: no argument: reason: actual and formal argument lists differ in length
    See more | Go to post

    Leave a comment:


  • How do you turn a psuedocode into an appropriate code for java to understand?

    i do not understand how to return a range method from this code i made. i have the psuedocode for it, but i do not know how to turn it into a legit code. Also, can someone double check my other methods as well?

    Code:
    /**
     * Class to determine Car's range of miles. 
     * 
     * @author Kelvynn Cayanan 
     * @version 2/2/2014
     */
    public class Car
    {
        // instance variables - 
        private double
    ...
    See more | Go to post
    Last edited by Rabbit; Feb 3 '14, 05:16 AM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data.
No activity results to display
Show More
Working...