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:26 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: "r", "2", "?"). 401950.2648368.q3zqy7 LAB ACTIVITY 5.16.1: LAB: Count input length without spaces, periods, exclamation points, or commas 6/10