JAVA : Write an application namedTestDigitalCamera in which you instantiate at least four objects, prompt the user for the values for the camera brand and number of megapixels, and display the values.
Shutterbug’s Camera Store Create a class for Shutterbug’s Camera Store, which is having a digital camera sale. The class is named DigitalCamera. and it contains data fields for a brand, the […]