Answered step by step
Verified Expert Solution
Question
1 Approved Answer
5. Write a C++ program that reads in a list of Spanish words with English equivalents using STL Map pairs to write a basic
5. Write a C++ program that reads in a list of Spanish words with English equivalents using STL Map pairs to write a basic low-level translation program. The Spanish word will be the key and the English word will be the value. Enter the file name from the keyboard. Refer to the sample output below. Sample Input File (partial): 46 rearrancar reboot pantalla screen texto text virus virus yo quiero una ordenador virus todas de los muchachos tienen interno memoria mi pelo es cafe tu quieres tinta con su papel rearrancar el ordenador a vacio el pantalla Sample Run: Enter the file name: translate.txt i want a computer virus all of the boys have internal memory my hair is brown you want ink with your paper reboot the computer to empty the screen Name the program: SpanToEngXX.cpp, where XX are your initials.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started