Computer Science, asked by Naruto2009, 1 month ago

Write a Qb64 program to store 10 numbers in an array and print square of numbers at odd subscript position.​

Answers

Answered by satamvighnesh10
0

Answer:

Explanation:

oop through the array by initializing the value of variable "i" to 0 then incrementing its value by 2, i.e., i=i+2. Print the elements present in odd positions

Similar questions