linkedsa list[small]andy[/small] [code]void InsertValue() { node *cur; node *num; double temp; cout<<"Enter...
linkedsa listSo should I erase the [code]if (temp != 0)[/code] ? and what should I change to then?
linkedsa listHere are the code:- [code]#include<iostream> using namespace std; struct node { double number; ...
linkedsa list[output][/output]Enter a value:(0 to print/exit) 3 Enter a value:(0 to print/exit) 2 Enter a value:(...
linkedsa listbut this code doesn't give the lowest value when user input.