#Code won't print rest of cout and only one string

9 messages · Page 1 of 1 (latest)

eternal cypress
#

Can someone help me figure out what I did wrong please. My code was printing all of the cout at first but I changed something to try and correct why it wasn't printing out the german word and now my code stops printing cout at This is day _ of the week..

I have that issue as well as still not being able to print the german string

vast turretBOT
#

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.

sand jetty
#

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)

eternal cypress
sand jetty
#

You have , instead of << after printing the English string

vast turretBOT
#

@eternal cypress Has your question been resolved? If so, run !solved :)

eternal cypress
#

!solved