اذهب إلى المحتوى

السؤال

نشر
car c1=new car();

الخطا في هذا السطر

بالنسبه للبرنامج

package Java;

public class Main {

private String maker;
private int model;

public void setmaker(String m){
  maker=m;
}
public void setmodel(int year){
  model=year;
}
public String getmaker(){
  return maker;
}
public int getmodel(){
  return model;
}

public static void main(String[]args){
  car c1=new car();
  c1.setmaker("monde");
  c1.setmodel(2015);
  System.out.println("maket"+c1.getmaker());
  System.out.println("model"+c1.getmodel());
}
}

 

Recommended Posts

انضم إلى النقاش

يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.

زائر
أجب على هذا السؤال...

×   لقد أضفت محتوى بخط أو تنسيق مختلف.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   جرى استعادة المحتوى السابق..   امسح المحرر

×   You cannot paste images directly. Upload or insert images from URL.

  • إعلانات

  • تابعنا على



×
×
  • أضف...