I will try to get you started with a formula for computation:
Bayes' Theorem for a partition consisting of sets $D$ and $D^c:$
$$P(D|+) = \frac{P(D\cap +)}{P(+)}
= \frac{P(D)P(+|D)}{P(D\cap +) + P(D^c\cap +)}\\
=\frac{P(D)P(+|D)}{P(D)P(+|D) + P(D^c)P(+|D^c)}$$
Sometimes the denominator of the final term is said to be due to the 'Law of Total Probability'.
You know $P(D) = 0.01$ so that $P(D^c)=1-P(D) = 0.99.$ Then from
the 'true positive' and 'true negative' rates given in the statement of the problem, you have
(or can easily find by complementation) numerical values for the conditional
probabilities to plug into the numerator and denominator.
Finally, compute $P(D|+).$
Notes: Your answer should be consistent
with @Henry's helpful Comment. Finally, I hope you can
match my statement of Bayes' Theorem with a similar
statement in your text or class notes.
Nowadays during the Covid pandemic, such computations are
crucial. In case you are interested, this Q&A shows more advanced computations along these lines. Also,
the Wikipedia article on Bayes' Theorem may be of interest. (It is a very long article, but you may find selected parts of it interesting.)