The following code is a part of an Activity class to create a dialog. Which is the Activity class
method used to display this dialog?

A.
void createDialog();
B.
void createDialogfint id);
C.
void show();
D.
void showDialog(int id);
Explanation:
I have the same idea. C