Please create a class called MobilePhone. It should have three primary constructor variables, osName, brand and model.

Use the initializer to print those details.

Create three objects of that class in the Main function.

Examples of phones would be:
Samsung Galaxy S20 Ultra. Here the osName is Android, brand is Samsung, model is Galaxy S20 Ultra