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

Kadane's algorithm for finding the maximum subarray sum in an array

Methods available with vector in C++