Following all the Marie Coding Rules, write a single Marie subroutine that will output any text message given the starting address of the message. Each message will be terminated with a zero value (null). Note: Blanks are not displayed!!?? Only one Output statement allowed in the entire program! Use an INPUT statement to determine if output should be printed. End program ONLY when a zero (0) is entered! Anything else, run program. Test the subroutine by displaying the following three messages from a SINGLE execution of the Program! (Three calls to the Subroutine!) Hello World! From:_Your_Name! Thank You_Very_Much! The three messages should be constants in your program. Each message (string?) will be terminated with a zero value, which will not be output. Carriage return and line feed characters will be included at the end of each message. Carriage return (CR) is hex 'OD'; Line feed (LF) is hex ‘0A’. Experiment with Marie to determine correct Output settings! Sample Output: Hello World! From: Neal_Rogers! Thank you very much!

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section5.6: Nested Loops
Problem 2E
icon
Related questions
Question

Can you help me with this? its in Marie language.

 

Following all the Marie Coding Rules, write a single Marie subroutine that will output any text
message given the starting address of the message. Each message will be terminated with a zero
value (null). Note: Blanks are not displayed!!??
Only one Output statement allowed in the entire program! Use an INPUT statement to determine
if output should be printed. End program ONLY when a zero (0) is entered! Anything else, run
program.
Test the subroutine by displaying the following three messages from a SINGLE execution of the
Program! (Three calls to the Subroutine!)
Hello World!
From: Your Name!
Thank You_Very_Much!
The three messages should be constants in your program.
Each message (string?) will be terminated with a zero value, which will not be output. Carriage
return and line feed characters will be included at the end of each message. Carriage return (CR)
is hex 'OD'; Line feed (LF) is hex '0A'. Experiment with Marie to determine correct Output
settings!
Sample Output:
Hello World!
From: Neal Rogers!
Thank you very much!
Transcribed Image Text:Following all the Marie Coding Rules, write a single Marie subroutine that will output any text message given the starting address of the message. Each message will be terminated with a zero value (null). Note: Blanks are not displayed!!?? Only one Output statement allowed in the entire program! Use an INPUT statement to determine if output should be printed. End program ONLY when a zero (0) is entered! Anything else, run program. Test the subroutine by displaying the following three messages from a SINGLE execution of the Program! (Three calls to the Subroutine!) Hello World! From: Your Name! Thank You_Very_Much! The three messages should be constants in your program. Each message (string?) will be terminated with a zero value, which will not be output. Carriage return and line feed characters will be included at the end of each message. Carriage return (CR) is hex 'OD'; Line feed (LF) is hex '0A'. Experiment with Marie to determine correct Output settings! Sample Output: Hello World! From: Neal Rogers! Thank you very much!
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Embedded software development
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr