Description: This program is Menu driven program for Creating/deleting inodes and connection in the Graphs. Platform Used: g++ (GNU C++, a freely redistributable C++ compiler). /*net.cpp*/ #include #include "help.h" using namespace std; int main() { graph g; int x,choice,l, y,m,n,d,c;; static int count; do { choice=g.displaymenu(); switch(choice) { case 1:x=++count; g.adb(g.p,x); cout