C Lab Session 1
Exercise 1 - Morse Code Generator
- Log in to replit.com
- Create a new repl. Make it a C program and call it
morse_code - Write an application that reads in a string of text from the keyboard and converts it to morse code, outputting one the morse for each character on a separate line. The test should consist of only lower case characters and spaces.
Working Solution https://replit.com/@andyguest/cMorse#main.c