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

Alaa Emam

الأعضاء
  • المساهمات

    6
  • تاريخ الانضمام

  • تاريخ آخر زيارة

آخر الزوار

لوحة آخر الزوار معطلة ولن تظهر للأعضاء

إنجازات Alaa Emam

عضو مبتدئ

عضو مبتدئ (1/3)

2

السمعة بالموقع

  1. Write a Java class Author with following features: • Instance variables : o firstName for the author’s first name of type String. o lastName for the author’s last name of type String. • Constructor: o public Author (String firstName, String lastName): A constructor with parameters, it creates the Author object by setting the two fields to the passed values. • Instance methods: o public void setFirstName (String firstName): Used to set the first name of author. o public void setLastName (String lastName): Used to set the last name of author. o public double getFirstName(): This method returns the first name of the author. o public double getLastName(): This method returns the last name of the author. o public String toString(): This method printed out author’s name to the screen
  2. تم تغير البرنامج المستخدم و تمت حل المشكله شكرا جزيلا
  3. تم التعديل و لاكن مع مازال يضهر error
  4. انا في بدايه تعملي لل JavaScript و تظهر لي Error document is not defined ولا اعلم ما الخطا في الكود ارجو الرد !!!!!!!!!! <!DOCTYPE HTML> <html lang="en"> <head> <meta charset="utf-8"> <title> Learn JavaScript</title> <script src="file.js"></script> </head> <body> <div id="text">Hello</div> <script src="file.js"></script> </body> </html> document.getElementById("text").innerHTML = "Hello in js";
×
×
  • أضف...