day-13:

Datatypes: Premite public class Honda { int price; String brand; boolean fhd; public static void main(){ Honda activa = new Honda(); Honda dia = new Honda(); activa.price = 35500; Honda2.price = 55435; Honda2.brand = "dell"; System.out.println("Honda Price is:" + Honda1.price); } }

Apr 3, 2025 - 04:28
 0
day-13:

Datatypes:

Premite

public class Honda {

    int price;
    String brand;
    boolean fhd;

    public static void main(){
        Honda activa = new Honda();
        Honda dia = new Honda();

        activa.price = 35500;

        Honda2.price = 55435;
        Honda2.brand = "dell";

        System.out.println("Honda Price is:" + Honda1.price);

    }
}