I am trying to complete part 01-Part01-05.Message that requires two messages be returned. It keeps failing though because the test is expecting two different second messages of Hello! and Once upon a time… separately but in the same test.
I can get it to do Hello! and I can get it to Once upon a time separately… and each part of the test passes but I cannot do both at the same time so I never get credit for the work. If I try to do both messages then it completely fails stating I have 3 output messages instead of two. Any ideas how I can get this test to pass?
Java 1 Basic Programming - part 01-Part01_05.Message Passing Test Results question.docx
I am trying to complete part 01-Part01-05.Message that requires two messages be returned. It keeps failing though because the test is expecting two different second messages of Hello! and Once upon a time… separately but in the same test.
I can get it to do Hello! and I can get it to Once upon a time separately… and each part of the test passes but I cannot do both at the same time so I never get credit for the work. If I try to do both messages then it completely fails stating I have 3 output messages instead of two. Any ideas how I can get this test to pass? Java 1 Basic Programming - part 01-Part01_05.Message Passing Test Results question.docx