Question: When i run the code in eclipse,it gives an error.What should i do? and test the fillOrder() part of the code with Junit.Tell me how

When i run the code in eclipse,it gives an error.What should i do? and test the fillOrder() part of the code with Junit.Tell me how you did it in eclipse or show it with a visual.Please
When i run the code in eclipse,it gives an error.What should i
do? and test the fillOrder() part of the code with Junit.Tell me
how you did it in eclipse or show it with a visual.Please
package wednesdayExam; public class flowerShop { public int roseTotal; public boolean isRose;

package wednesdayExam; public class flowerShop { public int roseTotal; public boolean isRose; public int orangeBlossomTotal; public boolean isorangeBlossom: public int anemone Total; public boolean isAnemon; public int begoniaTotal; public boolean isBegonia; public int orchidTotal; public boolean isOrchid; public int lilyTotal; public boolean isLily: public int bouquetTotal; public int merchTotal; public int orderID; public String[] order Info = {**,,,): public void setRose(boolean isRose) { this.isroso = isRose; public void setIsorangeBlossom( boolean isorangeBlossom) { this.isorangeBlossom - isorangeBlossom } public void setAnemon (boolean isAnemon) { this.isAnemon - isAnemon; > public void set Begonia (boolean is Begonia) this.is Begonia - is Begonia; public void setOrchid(boolean isOrchid) { this.isorchid - isorchid; public void setLily(boolean isLily) { this.intily - istily > public boolean is Rose() { return Rose > public boolean is InorangeBlossom() { return isorange Blossom ) public boolean inanemon() { return is.nemon; > public boolean Begonia) return isegonia } public boolean isOrchid) { return isOrchid; } public boolean isLily() { return isLily: 3 public void fillOrder InfoArray() { int index; for(index=0; index return flowerNames > > public Stringt getorderInfo() { return order Info public void setorderinto(Stringtt orderinto) this.orderinto - orderInfo tot > } public int getRoseTotal() { return rose Total; } public void setRoseTotal(int roseTotal) { this.roseTotal = roseTotal; public int getorangeBlossomTotal() { return orangeBlossomTotal; } public void setorangeBlossomTotal(int orangeBlossomTotal) { this.orangeBlossomTotal = orangeBlossomTotal; public int getAnemone Total() { return anemone Total: public void setAnemoneTotal (int anemoneTotal) { this.anemoneTotal = anemoneTotal; public int getBegoniatotal() { return begoniaTotal; public void setBegoniaTotal(int begoniatotal) + this.begoniaTotal = begoniatotal; public int getOrchidrotal() { return orchidTotal; public void setorchidtotal(int orchidrotal) { this.orchidTotal - orchidrotal; public int getLilyTotal() { return lilytotal; public void setlilytotal(int ilyTotal) { this.lilyTotal = lilytotal; public int get bouquet Total() { return bouquetTotal, > public void setBouquetTotal(int bouquetTotal) { this.bouquetTotal = bouquet Total: > public int getMerchtotal() { return merch Total: public void setMerchTotal(int merchTotal) { this.merchTotal - merehtotal! > public int getorderID() { return order > public void setorderIDint orderID) { public void setMerchTotal(int merchTotal) { this.merchTotal = merchTotal; } public int getOrderID() { return orderID; } public void setorderID(int orderID) { this.orderID = orderID; 3

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!