Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

is there a reason it doesn't get the data?

+3 votes
asked Apr 17, 2022 by לויט יהודה רובי (500 points)

1 Answer

+1 vote
answered Apr 17, 2022 by Peter Minarik (86,040 points)
selected Apr 17, 2022 by לויט יהודה רובי
 
Best answer

Replace the last line in your main() function with this

System.out.println(c1.toString());

this way you actually print out what toString() returns and not just throw it away.

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...