Java program has errors, 80 lines of code
- by user2961687
I have a problem with a program. It contains a lot of errors in Eclipse. Sorry for my english and thank you in advance.
Here is the task:
I. Declare a class that contains private fields Jam:
String taste,
double weight
Create constructors containing variables as parameters:
(String taste, double weight),
(double weight),
(String taste).
…