#Code won't print rest of cout and only one string
9 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
The values of valid Weekday range from 1 to 7, but the expression (i+1) % 7 ranges from 0 to 6
Thus, i != secondWeekDay never happens if secondWeekDay is SATURDAY(7)
thank you! forgot I changed that, any idea why it won't print my german string but it does the english
You have , instead of << after printing the English string
@eternal cypress Has your question been resolved? If so, run !solved :)
wow thank you!
!solved