This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Programming Quiz: What do I Wear? (3-7) | |
* | |
* Using if/else statements, create a series of logical expressions that logs the size of a t-shirt based on the measurements of: | |
* - shirtWidth | |
* - shirtLength | |
* - shirtSleeve | |
* | |
* Use the chart above to print out one of the following correct values: | |
* - S, M, L, XL, 2XL, or 3XL |