Menu

[Solved]Write Function Named Formadverb String Accepts Adjective Forms Adverb Adjective Returns Ad Q37215486

Write a function named formAdverb(string) that accepts anadjective, forms an adverb from the adjective, and returns theadverb.

a. In most cases, an adverb is formed by adding -ly to anadjective. For example, quick → quickly

b. If the adjective ends in -y, replace the y with i and add-ly. For example, easy → easily

c. If the adjective ends in -able, -ible, or -le, replace the -ewith -y. For example, gentle → gently

d. If the adjective ends in -ic, add -ally. For example, basic →basically. In python

Expert Answer


Answer to Write a function named formAdverb(string) that accepts an adjective, forms an adverb from the adjective, and returns the… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *