5.16 LAB: Count input length without spaces, periods, exclamation points, or commas Given a line of text as input, outpu
Posted: Sun Jul 10, 2022 11:30 am
5.16 LAB: Count input length without spaces, periods, exclamation points, or commas Given a line of text as input, output the number of characters excluding spaces, periods, exclamation points, or commas Ex: If the input is: Listen, Mr. Jones, calm down. the output is: 21 Note: Account for all characters that aren't spaces, periods, exclamation points, or commas (Ex: "", "2", "?").