1answer.
Меню
Ask question
Login
Signup
Ask question
Menu
All categories
English
Mathematics
Social Studies
Business
History
Health
Geography
Biology
Physics
Chemistry
Computers and Technology
Arts
World Languages
Spanish
French
German
Advanced Placement (AP)
SAT
Medicine
Law
Engineering
Juli2301
[7.4K]
2 years ago
5
Write java code that displays all the objects in a stack in the order in which they were pushed onto it. after all the objects a
re displayed, the stack should have the same contents as when you started. files to be submitted: taskademo.java arraystack.java stackinterface.java
Computers and Technology
Answer
Comment
Send
1
answer:
kolbaska11
[484]
2 years ago
7
0
Let's assume you have a stack called "s".
You can very simply print each element out using a for each loop (the iterable (as shown below), or a classic for each loop, if you prefer). This method does not modify the stack in any way.
s.forEach(System.out::println);
Send
You might be interested in
where element is the Hypertext Markup Language (HTML) element and _____ pairs define the styles that are applied directly to tha
frez [133]
Not too sure what the answer the question would expect, or rather what terminology,
But I’d say key-value pairs
For example in CSS
key: value;
color: green;
3
0
2 years ago
What file formats can you safely use in a video presentation
dlinn [17]
i use fat 86 try it ok
7
0
3 years ago
To show the navigation pane if it is hidden, click the ____ button
Tcecarenko [31]
Hi,
I believe it's "show".
"To show the navigation pane if it's hidden,
click the show button"
Hope this helps.
r3t40
4
0
3 years ago
Read 2 more answers
Which type of text may be formatted to print at the bottom of every page?
Tatiana [17]
The answer is header.
3
0
2 years ago
Which of the following operating systems would allow a user to add functionality and sell or give away their versions?
olchik [2.2K]
Answer:open source
Explanation: what is's called
4
0
2 years ago
Other questions:
The ____ dialog box in windows vista appears each time a user attempts to perform an action that can be done only with administr
12
·
1 answer
An automated search feature used by search engines to find results that match your search terms is called a spider or ?
5
·
1 answer
Which scenario depicts an ethical workplace practice by a business owner? A. sharing personal information of its employees with
8
·
2 answers
What connector has 4 pins, is used for older IDE drives and some SATA drives, and can provide +5 V and +12 V power outputs?
11
·
1 answer
What are the different nail disorders?
13
·
1 answer
Which software application offers a variety of templates for creating reports, flyers, and newsletters that you can access withi
12
·
1 answer
Does anyone know what to do when brainly won't let you answer questions? I click on answer question and then it just sits there
15
·
2 answers
Jeri wants to make sure she designs her web site for a specific group of people. What will help her plan who will visit the site
8
·
2 answers
Which software development method uses highly skilled programmers to shorten the development process while producing quality sof
9
·
1 answer
PLEASE ANSWER AND HURRY I'LL MARK YOU BRAINLIEST!!<br><br><br>
9
·
1 answer
×
Add answer
Send
×
Login
E-mail
Password
Remember me
Login
Not registered?
Fast signup
×
Signup
Your nickname
E-mail
Password
Signup
close
Login
Signup
Ask question!