Question: Can someone help me program this in C Using these files and SHOW OUTPUT/TEST OF CODE : Starter Code: mkdir Lab06 cd Lab06 cp ~ingrid/1730/Lab06a/*.[ch]*
Can someone help me program this in C Using these files and SHOW OUTPUT/TEST OF CODE:
Starter Code:
mkdir Lab06
cd Lab06
cp ~ingrid/1730/Lab06a/*.[ch]* ./ cp ~ingrid/1730/Lab06a/Makefile* ./ cp ~ingrid/1730/Lab06a/z_babbage-gutenberg330KB.txt ./ cp ~ingrid/1730/Lab06a/z_answer.jok.txt ./ cp~ingrid/1730/Lab06a/z_gogg* ./ make clean ls -l ~ingrid/1730/Lab06a/ | sort -nk 5 make ./filecopy ~ingrid/1730/Lab06a/z_answer.jok.txt z_answer.jok.txt.back
For the third task you will make a translation or transformation from English to a simplified version of the Icelandic "Goggamal". See here for a listing of "game languages": In Goggamal consonants are changed to ' o '. The 'o' is pronounced as in "hot". Example: "How are you doing?" "Hohowow arore yoyou dodoinongog?".
The simplification is that you are required transform all consonants: B, C, D, F, G, H, J, K, L, M, N, P, Q, R, S, T, V, W, X, Z, and 'usually' Y. Bonus if you do specifically R, S and T (lower case, and upper case). Use the file z_goggamal-input.txt to test your program. Name your program makegoggamal, - and use you filecopy.c that use read/write/open s a starter file and let it work as follows:
makegoggamal z_goggamal-input.txt z_goggamal-ouput.txt
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
