Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Write a program that prompts the user to input a string and then outputs the str

ID: 3670570 • Letter: W

Question

Write a program that prompts the user to input a string and then outputs the string in the pig Latin form. The rules for converting a string into pig Latin form are as follows:

a. If the string begins with a vowel, add the string "-way" at the end of the string. For example, the pig Latin form of the string "eye" is "eye-way".
b. If the string does not begin with a vowel, first add "-" at the end of the string. Then rotate the string one character at a time; that is, move the first character of the string to the end of the string until the first character of the string becomes a vowel. Then add the string "ay" at the end. For example, the pig Latin form of the string "There" is "ere-Thay".
c. Strings such as "by" contain no vowels. In cases like this, the letter y can be considered a vowel. So, for this program the vowels are a, e, i, o, u, y, A, E, I, O, U, and Y. Therefore, the pig Latin form of "by" is "y-bay".
d. Strings such as "1234" contain no vowels. The pig Latin form of the string "1234" is "1234-way". That is, the pig Latin form of a string that has no vowels in it is the string followed by the string "-way".


Your program must store the characters of a string into a linked list and use the function rotate
(void rotate(); //function to remove the first node of a linked list and put it at the end of the linked list)

Explanation / Answer

#include<stdio.h>

#include<string.h>

#include<conio.h>

void main()

{

string m[5];

string ant,eye,ice,owl,use,yes,way,at;

int null,i,j,temp,last,first,k;

void rotate()

{

*node;

last=null;

*node->first=i;

for(k=0;k<5;k++);

{

i==(ant||eye||ice||owl||use||yes)

temp=i;

i= last;

last=temp;

}

}

void read()

{

printf(" enter the vowel words");

scanf("%s", &m);

for(k=0;k<5;k++)

{

strcmp(m==ant||eye||ice||owl||use||yes)

void rotate();

add(i,way);

}

strcmp j!=(ant||eye||ice||owl||use||yes)

add(j,ay);

}

}