السلام عليكم
الرجاء فضلاً وليس امراً المساعدة في حل السؤال الثالث في الاسايمنت
تكفون درجة الاسايمنت ممكن تفصل بين النجاح والرسوب ، اللي يعرف الحل لايبخل علينا Write a complete program that creates two stacks with the following element:
s1 = {10, 3, 1, 5**
s2 = {7, 9, 2, 8, 12, 4**
Use the pop method to extract the top element from each stack and print the summation of these two elements. Finally, print the remaining elements from both stacks, indicate if empty or show what is left in the stack.