Computer Science, asked by tjjw13, 1 year ago

wap in blue j to store n integers in a single dimentional array and store only palindrome numbers in another array. displya the new array?

Answers

Answered by naikbhavesh1425
1

In computer programming, it refers to a variable that has a single name, for example "myarray", but stores several numbers (or some other item), referenced by a number called an "index". For example, myarray(1) may store one number, myarray(2) may store a second number, etc. (in some programming languages, the index starts at zero, or even at some arbitrary value).


tjjw13: no i want program only
Similar questions