Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Lab 3 Instructions For this assignment, we define three types of reversal A line reversal reverses the entire line. In a line reversal, Hello world!

image text in transcribed

Lab 3 Instructions For this assignment, we define three types of "reversal" A "line" reversal reverses the entire line. In a line reversal, "Hello world!" becomes "!dlrow olleH" A "word" reversal reverses each word. In a word reversal, "Hello world!" becomes "olleH!drow" A "lineword" reversal performs a line reversal and a word reversal. In a lineword reversal, "Hello world!" becomes "world! Hello". No matter how many spaces between words in the input, the output should have only one space after each word. So a line reversal of "Hello world!" becomes "dlrow olleH" Write a C++ program that does line, word and lineword reversals. The program is told which type of reversal to perform by providing a single command line argument, 'line", "word", or "lineword". If no command line arguments are provided, the program should print "MISSING FLAG" and stop. If an unrecognized command line argument is provided, the program should print "UNKNOWN FLAG" followed by the unrecognized argument, and stop. If more than one command line argument is provided, the program should print "TOO MANY FLAGS" and stop

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Filing And Computer Database Projects

Authors: Jeffrey Stewart

2nd Edition

007822781X, 9780078227813

More Books

Students also viewed these Databases questions

Question

* What is the importance of soil testing in civil engineering?

Answered: 1 week ago

Question

Explain the concept of shear force and bending moment in beams.

Answered: 1 week ago

Question

define the term outplacement

Answered: 1 week ago

Question

describe the services that an outplacement consultancy may provide.

Answered: 1 week ago