Question: how do I write this into a C++ if statement? highest = highest < value ? value : highest;
how do I write this into a C++ "if" statement?
highest = highest < value ? value : highest;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
