Question: JAVA //4B// Implement in a method public static ArtObject[] createArtObjects(char[] stati, double[] prices) that creates a new ArtObject object from the status and the price
JAVA
//4B//
Implement in a method public static ArtObject[] createArtObjects(char[] stati, double[] prices) that creates a new ArtObject object from the status and the price in the same position in the passed arrays and a new array with the created ArtObject objects. char[] status = new char[] {'s', 's', 's', 'u', 'u', 'u', 's', 's', 'u', 'u', 'u', 'u', 's', 's', 'u', 's', 's', 's', 's', 'u', 'u', 's', 's', 's', 's', 'u', 's', 's', 'u', 'u', 's', 'u', 'u', 's', 's', 'u', 'u', 's', 's', 'u'}; double[] prices = new double[] {600, 6000, 1500, 1000, 1000, 1500, 2500, 1800, 1500, 400, 4000, 2000, 5000, 1000, 2000, 6000, 800, 1000, 1500, 1000, 1500, 500, 1500, 1500, 1500, 8000, 3000, 8000, 2500, 5000, 1500, 5000, 10000, 2000, 1500, 3500, 1500, 2500, 2500, 2500}; plz i need an expert to solve it, I do not need the Indian People who use the AI to answer this question
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
