Convert a phrase to its acronym in Julia

instructions

Instructions

Convert a phrase to its acronym.

Techies love their TLA (Three Letter Acronyms)!

Help generate some jargon by writing a program that converts a long name like Portable Network Graphics to its acronym (PNG).

Comments

Popular posts from this blog

Book review : Complete Guide to Standard C++ Algorithms

Multiplication table in html with python

Differences between references and pointers in C++ with use cases