Question: How do I create new objects in Java using scanner input? this is to hardcode using my constructor Circles objectname = new Circles(value) But how
How do I create new objects in Java using scanner input?
this is to hardcode using my constructor
Circles objectname = new Circles(value) But how would I have a scanner do this? I have tried setting a variable equal to a string input but it doesn't seem to want to allow an object to be created with a string variable. Circles stringvariable = new Circles(value)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
