Questions about what values are obtainable by composition of functions often have "obvious" theorems that are not easily proven, if at all. A prime example is one of Skewes' numbers, $e^{e^{e^{79}}}$; it may be an open problem whether this number is even integral, let alone rational (Question 13054).
To begin, composition of only $7+n$, $-2+n$, $3\times n$, $\lfloor n \rfloor$ and $n^2$ on $n_0=0$ will take values in $\mathbb{Z}$ only. As the other answers have shown, all values in $\mathbb{Z}$ can be attained. Next, the compositions of the $5$ aforementioned functions with $\frac15\times n$ will only yield values of the form $\frac{k}{5^i}$, for $k\in\mathbb{Z},i\in\mathbb{N}^0$. This is a strict subset of $\mathbb{Q}^+$ excluding all quotients with a denominator that is not a nonnegative power of $5$. However, from this point onward, we now have a dense set of values and can approximate any $x\in\mathbb{R}^+$ to arbitrary precision.
Compositions of the $6$ aforementioned functions and $\sqrt{n}$ extends the range of values to a strict subset of $\mathbb{A}$, including (real and complex) irrational-algebraic numbers that can be expressed with a finite expression in nested radicals. However, this is certainly missing algebraic numbers such as the roots of many rational-coefficient polynomials of degree-$5$ and higher (Question 837948). Also, the set of attainable values is still a subset of the constructible numbers, so we are also missing numbers such as $2^{1/3}$, whose minimal polynomial is not a power of $2$. Up to this point (momentarily ignoring the function $n^2$) we may only construct numbers of the form, for $c_r\in\mathbb{Z},k_r,i_r\in\mathbb{N}^0$
$$c_0+\frac{3^{k_0}}{5^{i_0}}\sqrt{c_1+\frac{3^{k_1}}{5^{i_1}}\sqrt{c_2+\ldots}}$$
With $n^2$, we have more complicated expressions, since $n^2$ expands into a sum of products of terms with the aforementioned form, but with further compositions built upon them. I don't personally think it is clear what subset of the constructible numbers is now attainable, even with just these $7$ operations from your $8$ but we could possibly use tools from Galois theory to find out.
Inclusion of the last operation, $\log_{10}{n}$, complicates the matter even further. We have the issue of $\log_{10}{n}$ being multivalued when it can take complex values but can remedy this with the principal value. But since we now have access to transcendental values, the attainable values are a strict subset of $\mathbb{C}$. I believe they comprise, at most, the set of computable real (or complex) numbers, since the string of composed functions specifies an algorithm to compute them. This set is in turn is a subset of definable real (or complex) numbers since the cardinality of $\mathbb{C}$ is greater than the set of definitions.
Given a target-value of any computable $z\in\mathbb{R}^+/\{0,1\}$, at some point $z^*=\sqrt{\sqrt{\ldots\sqrt{z}}}$ must be irrational-algebraic and $10^{z^*}$ is therefore transcendental by the Gelfond-Schneider theorem. So then the power-tower 10^(10^(^...^(10^(z*))))
may or may not be integral, rational or transcendental. In fact, we know as little about this power-tower, as we do $e^{e^{e^{79}}}$. It is computationally intractable due to the enormous size and cannot be treated with theorems such as Lindemann-Weierstrass or Gelfond-Schneider, since the steps of the tower are not certain to be algebraic; they could even flip-flop between being algebraic and transcendental with successive compositions. Assuming it does equal an integer, $n$, we can easily reach $n$ from $0$, then invert the power-tower, such that
$$z=\log\left(\log\left(\ldots\log n\right)\right)^{2^k}$$
Thus, we might be able to counterintuitively attain any computable $\mathbb{R}^+$, so I think the problem of finding the attainable values is likely open.
The recreational maths problem of finding numbers using only compositions from a finite set of functions has been previously discussed. It is in the same camp as the "Four Fours Puzzle", which has many relevant questions on the site: (Q1791480), Q1661508, (Q1941296) and the problem of "pandigital" approximations, which specifically use all digits $0-9$ once: (Q2590961). In my answer here, I've provided some links to other pages that investigate the problem, including an interesting conjecture by Donald Knuth (link) that we can get all integers, starting from $3$ and using only the set of functions $\left\{\sqrt{n},\lfloor n\rfloor, n!\right\}$. These problems are difficult due to the exponential number of possible compositions and their disorganised, not-obviously-convergent nature that can easily run them through unfeasibly big numbers. However, we can still find many interesting approximate results.