Effacer les filtres
Effacer les filtres

switch case or if-elseif-else

2 vues (au cours des 30 derniers jours)
정효 김
정효 김 le 14 Juil 2020
Hi guys. I was doing my assignment (Sierpenski triangle) and i solved it in two ways. switch case ans if-elseif-else. Which one do you think is more logical( less error)?

Réponse acceptée

Sai Sri Harsha Vallabhuni
Sai Sri Harsha Vallabhuni le 14 Juil 2020
In general, using a switch case gives better readability to the code. But, in your case, there isn't much difference as there are only three cases.
Coming to the more logical(less error), as both implement the same thing, there is no one better than the other in terms of logic.
Hope this helps.

Plus de réponses (0)

Catégories

En savoir plus sur Troubleshooting in Polyspace Products for Ada dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by