- 5 16 Lab Count Input Length Without Spaces Periods Exclamation Points Or Commas Given A Line Of Text As Input Outpu 1 (28.06 KiB) Viewed 47 times
5.16 LAB: Count input length without spaces, periods, exclamation points, or commas Given a line of text as input, outpu
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
5.16 LAB: Count input length without spaces, periods, exclamation points, or commas Given a line of text as input, outpu
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", "?").