|
||
|
|||
|
Hi, I'm having a little problem doing my homework which is due in less than 24 hours. XD
Here are the attributes (please pay attention to the constant values which are the types of wine): Java Code
private String name; private int type; private String origin; private double cost; final static int red = 1, white = 2, pink = 3; Java Code
public String toString(){
return "\n\t" + getName() + " is a " + getType() + " wine from " + getOrigin() + " and it costs " + getCost() + "$.";
Last edited by Dark_Shadow; 06-12-2009 at 09:13 PM. Reason: I solved my problem. Thanks! |
|
|||
|
I don't like java... C programming was much easier for me. XD
So I did a switch... Java Code
final static int red = 1;
final static int white = 2;
final static int pink = 3;
private String getTypeAsString() {
switch(type){
case red: return "red";
break;
case white: return "white";
break;
case pink: return "pink";
break;
}
}
Java Code
public String toString(){
return "\n\t" + getName() + " is a " + getType(getTypeAsString()) + " wine from " + getOrigin() + " and it costs " + getCost() + "$.";
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MORE java homework help. | TommyFiz | File I/O & Other I/O Streams | 10 | 14-10-2009 12:15 AM |
| Homework help | cd247 | What's Wrong With My Code? | 2 | 11-10-2009 10:56 PM |
| need help with homework! | programmer12345 | Java Theory & Questions | 2 | 27-09-2009 10:34 AM |
| Homework - using 'IF' for 'For Loops' | Enzo | Loops & Control Statements | 5 | 16-09-2009 03:52 PM |
| [SOLVED] Need A Little Homework Help Please | napenthia | Java Theory & Questions | 11 | 27-04-2009 11:11 AM |
|
100 most searched terms
Search Cloud
|
| 2d arraylist java actionlistener actionlistener in java actionlistener java addactionlistener addactionlistener in java addactionlistener java applications of oops could not create java virtual machine xp double format java double to int java double to integer in java double to integer java eclipse shortcut keys eclipse tutorial for beginners exception in thread "awt-eventqueue-0" java.lang.outofmemoryerror: java heap space exception in thread "main" java.lang.nullpointerexception exception in thread "main" java.lang.outofmemoryerror: java heap space format double java get mouse position java http://www.javaprogrammingforums.com/object-oriented-programming/3713-limiting-decimal-places-double.html java 2d arraylist java actionlistener java addactionlistener java double format java double to int java double to integer java format double java forum java forums java get mouse position java list to map java mouse position java programmers forum java programming forum java programming forums java programming help java project ideas java sendkeys java two dimensional arraylist java.lang.classformaterror: truncated class file java.lang.outofmemoryerror: java heap space java.util.arraylist jbutton actionlistener jtextarea font jtextarea font color jtextfield font size jxl.read.biff.biffexception: unable to recognize ole stream two dimensional arraylist java writing ipod apps |