Basic Calculator won't work?operationselection is int not char
Building a Triangleone loop won't suffice,it must be nested,the counter of the first loop("index") will be use in your ...
Finding the second maximum value in an array..@General Yes,you can find the second maximum without sorting it. Like albatros said find the highest...
Finding the second maximum value in an array..cout<<"Second maximum value is "<<a[n-2];
For vs while loopsIn "for loop",eventhough your conditions were met it will still do the loop. While in "while loop",o...
This user does not accept Private Messages