Describe the set of nonnegative powers of 10. A) set-builder notationB) list notation ( the first element is provided. Enter the next four elements as a comma-separated list)

Part a
For n=0 ------> 10^0=1
n=1 ------> 10^1=10
n=2 -----> 10^2=100
n=3 -----> 10^3=1,000
Part b
first element is 1
so
the list would be
1,10,100, 1000,...