Ask Question

2. Suppose you want to write a method that prints a heading on a new output page, along with a page number that is 1 in the first activation and that increases by 1 with each subsequent activation. Can this be done without parameters and without reference to nonlocal variables in Java

+3
Answers (1)
  1. 14 October, 05:31
    0
    This can be done in both Java and C#, using a static (or class) data member for the page number.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “2. Suppose you want to write a method that prints a heading on a new output page, along with a page number that is 1 in the first ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers