Page 1 of 1

using java Write a complete main() method to construct an empty 3-element array. The data type you choose is up to you;

Posted: Thu Jul 14, 2022 2:12 pm
by answerhappygod
using java
Write a complete main() method to construct an empty 3-elementarray. The data type you choose is up to you; follow namingstandards. Next, write some simple code to show you know how topopulate values using three different approaches. You did this kindof thing in lab problems and exercises. Populate each of the threeelements with the distinct approach. Don't overcomplicate this.