Re: Beginner: Guru's Why want this complie
From: IchBin (weconsul_at_ptd.net)
Date: 10/31/04
- Next message: Andrea Sansottera: "Free RAD components"
- Previous message: JavaMan: "Beginner: Guru's Why want this complie"
- In reply to: JavaMan: "Beginner: Guru's Why want this complie"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 30 Oct 2004 21:03:26 -0400
JavaMan wrote:
> public class Hw5
> { public static void main(String[] args)
>
- First off this class is is very incomplete. You make references to the
following methods but they do not exist:
getAverage()
isVowel()
isPalindrome()
countVowels()
- Then you have the following code that should be in methods but are not
if it is vowel, return "false" otherwise
"true" if it is a palindrome, return "false" otherwise
- Finally you 'class }' is out of place
You should slow down when you are doing your homework or pay more
attention to the class instructions. And definitely ask you teacher on
coding conventions you should follow when programming in Java. You are
not even close.
Thanks in Advance...
IchBin
__________________________________________________________________________
'Laughter is inner jogging'
- Norman Cousins, editor and author (1915-1990)
- Next message: Andrea Sansottera: "Free RAD components"
- Previous message: JavaMan: "Beginner: Guru's Why want this complie"
- In reply to: JavaMan: "Beginner: Guru's Why want this complie"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|