#include <cstdlib> #include <iostream> using namespace std; #include “header.h” int main(int argc, char *argv[]) { cout << “Roll No. mc100200752\n\nAssignment: CS301 – 4\n\n”; cout << “Question:\nWrite a program in c++ that takes any no”; cout << ” of elements through command prompt from”; cout << “user and saves it in an array. Then convert it […]