Ask Question

Write a single statement that declares a reference variable of type Integer named myInt, creates an object of type Integer with the initial value of 75, and assigns it to the reference variable.

+4
Answers (1)
  1. 23 February, 18:15
    0
    The statement will be:

    Integer myInt = new Integer (75);
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a single statement that declares a reference variable of type Integer named myInt, creates an object of type Integer with the initial ...” 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