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

السؤال

Recommended Posts

  • 2
نشر

أهلًا بك،

الحل بالترتيب يمكن أن يكون كالتالي:

this.address=adr;


this.address=adr;


return this.address;


int index=0; int count=0;
while(Collection[index] != null)
            {
                count++;
                index++;
            }
Collection[count]== new Book(bookObject.bookTitle);
Collection[count].borrowed=bookObject.borrowed;


for (int i = 0; i < Collection.length; i++)
  System.out.println("Book "+ i+1+ " name is:" + Collection[i].bookTitle);
                                      
return this.Collection;


/////////


this.bookTitle=bookTitle;


this.borrowed=true;


this.borrowed=false;


if(this.borrowed)return true; else return false;


return this.bookTitle;


this.bookTitle=bookTitle;

 

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

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

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

×   لقد أضفت محتوى بخط أو تنسيق مختلف.   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.

  • إعلانات

  • تابعنا على



×
×
  • أضف...