You might have heard of ROC curves, or AUROC as a useful way of understanding whether tests are any use for disease detection. If you aren't familiar with what these are, do some googling first - there are lots of good overview papers freely available - then come back to this guide on how to make them in R with these dummy data.
Right...
6. Produce ROC curves for tests A,B&C
NB. you can choose to display confidence intervals on the plot - check your target journal's preferences, or other publications you're using as a guide.
7. Produce some summary statistics to help compare the ROC curves numerically
8. How did the computer determine the "optimal cutpoint"?
Consider how this may vary for a clinician considering using these tests for screening, vs. as part of a diagnostic assessment.
Use this R code to help you with tasks 6-8