Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Structures and Algorithm Analysis in Java

Authors: Mark A. Weiss

3rd edition

132576279, 978-0132576277

More Books

Students also viewed these Programming questions