Answer:
as all the people should go near stratosphere
Answer:
The solution code is written in Java.
System.out.println(numItems);
Explanation:
Java <em>println() </em>method can be used to display any string on the console terminal. We can use <em>println()</em> method to output the value held by variable <em>numItems.</em> The <em>numItems </em>is passed as the input parameter to <em>println()</em> and this will output the value of <em>numItems</em> to console terminal and at the same time the output with be ended with a newline automatically.
A diagram showing a use case diagrams for these requirements is given in the image attached.
<h3>What is system
Case diagram?</h3>
A use case diagram is known to be a kind of graphical illustration of a users in terms of their various possible association or interactions within any given system.
A use case diagram in banking can be used to prepare, depict and also to know all the functional requirements of the banking system.
Therefore, Give the use case specification for the banking system services and paying a bill online is given in the image attached.
Learn more about Case diagram from
brainly.com/question/12975184
#SPJ1