Write a function called big consonants that takes a string


Problem

Write a function called big consonants that takes a string as its only parameter. The function should return a modified version of the input string in which letters appear in the same order, but consonants are uppercase. As an example, big consonants('schtschurowskia') should return 'SCHTSCHuRoWSKia'. You can assume that the input is written in lowercase.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Write a function called big consonants that takes a string
Reference No:- TGS03216011

Expected delivery within 24 Hours