S
silajana
How to write a c++ program to accept a number and show it with its
postion in an array? For example accet 123 and show it as a[0]=1,
a[1]=2 and a[2]=3 etc.
postion in an array? For example accet 123 and show it as a[0]=1,
a[1]=2 and a[2]=3 etc.