Page not loading? Try clicking here.
Placeholder

#216

String 2 - Formative Assessment 8 1s 64MB

Problems

Write a program that repeatedly receives a single word as input and prints it reversed, stopping when the input is "END".

Each input word has a length of at most 20 characters.


Example

Jungol

jjang
END
lognuJ

gnajj

Source

자기주도C언어프로그래밍

You must sign in to write code.