Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439

Answer each of the questions below.

  1. Give examples of declaration of:
    • an int array that stores 5 elements.

    • an array of 3 Strings.

    • double array initialised to elements 1, 2, 3.


  2. Give examples of two different for loops that display contents of an array Array of arbitrary objects.