function Print(pRoot) { let a=[] // write code here function level(root,a,l){ if (!root) return else{ if(a[l]==undefined) a[l]=[] &n...