How do I use an "if" statement to determine the highest input value?

1 view (last 30 days)
I'm doing a project and it requires the user to state how many books they are buying and the price of each book. However, one of the remarks is that the buyer would be able to apply a discount to their most expensive book.
I need to use an "if" statement to determine the highest value from the inputs.
  1 Comment
Dyuman Joshi
Dyuman Joshi on 2 Oct 2023
As Alan Stevens has mentioned, take a look at the documentation - if, elseif, else
If you still have any doubts/queries/problems, show the code you have attempted to solve the problem and specify where you are having trouble.

Sign in to comment.

Answers (1)

Alan Stevens
Alan Stevens on 2 Oct 2023

Categories

Find more on Price and Analyze Financial Instruments in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!