Answered step by step
Verified Expert Solution
Link Copied!

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 word was not found in the dictionary.

The words you put into the dictionary should be in a file called dicstionart.txt which has the following structure:

ohjelmointifinnish;programmingenglish

tietokonefinnish;computerenglish

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

More Books

Students also viewed these Databases questions