Computer Science, asked by akashingole2002, 4 months ago

Write a program to read a positive integer number 'n' and generate the numbers in the following way. If entered number is 3, the output will be as follows:
9 4 1 0 1 2 3​

Answers

Answered by rawatsapna6530
0

3 ans

Explanation:

a program to read a positive integer number 'n' and generate the numbers in the following way. If entered number is 3, the output will be as follows:

9 4 1 0 1 2 3

Similar questions