Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C PROGRAMMING Write a program that is rough version of an Finnish-English it-dictionary. The program ask as input a word, that can be either in
C PROGRAMMING
Write a program that is rough version of an Finnish-English it-dictionary. The program ask as input a word, that can be either in Finnish or English.
The program prints the translation in the following way:
Word ohjelmointi is in English programming
or
Word programming is in finnish ohjelmointi
if the word is not in your dictionary print:
The "input" was not found in the dictionary.
The words you put into the dictionary should be in a file called sanakirja.txt which has the following structure:
sana;word
kirja;book
chapter;luku
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