Array declaration of a list of 10 years
Answers
Answered by
4
Answer:[2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020]
Explanation:
This is the Java Programme for `Array declaration of a list of 10 years`;
- We will first declare a variable
var year
- Then we will assign the array value to the variable
year = [2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020]
A very simple process , Please mask it as brainlist.
mark it as brainlist plz and follow me
Similar questions