As the user bob, you list all the background jobs using the jobs command. You want to bring the last job stopped into the foreground. Which three commands would you use to achieve this task?
(Choose three.)
A.
fg
B.
%2
C.
%3
D.
%1
E.
fg 2
F.
fg 3
G.
fg 1