function Car(name, model, price) { this.n = name; this.m = model; this.p = price; } // Needed Output "Car One Name Is MG And Model Is 2022 And Price Is 420000" "Car Is Running Now"