How to prompt to enter details of 5 users and output them#include<iostream> using namespace std; int main () { int i ; int rn[5] ; // Roll Number char name[9...