Reverse a Sentence

# Introduction In this lab, you will learn step-by-step how to write a C++ program that can reverse any input sentence using recursion. The program will take an input sentence from the user and output the reversed sentence.

|
60 : 00

Click the virtual machine below to start practicing