The following codes need to be executed in order:# create dataframe with roll no and# subjects columnsThen, execute the following codes:data =data.frame(After that, execute the following codes:rollno =c(1, 5, 4, 2, 3),Now, execute the following codes:subjects =c("java","python","ph...