How do I use an "if" statement to determine the highest input value?
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
Dyuman Joshi
2023-10-2
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.
回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!