[Solved]Lab 11 Related Chapter 8 50 Point Write Void Function Named Countupper Counts Number Upper Q37212615
![Lab 11 (related to Chapter 8) [50 point] Write a void function named CountUpper that counts the number of uppercase letters o](https://media.cheggcdn.com/media%2Fd8f%2Fd8f5c2fc-d191-4203-aa4b-563ab6610bc1%2FphpHDvqGt.png)
Please use c++ and post screenshot of output.
Lab 11 (related to Chapter 8) [50 point] Write a void function named CountUpper that counts the number of uppercase letters on one line of input. The function should return this number to the calling code in a parameter named upCount. (hint: use isuppex function with #include <ctype.h> to check for uppercase.) 1. 2. [50 points] Write a function that calculates Fibonacci numbers from 1 to 40, xn,n- 1,2,… 40: n 0 Xn-1 +xn-1 n22 For example: X2- X1 + Xo1 01 Show transcribed image text Lab 11 (related to Chapter 8) [50 point] Write a void function named CountUpper that counts the number of uppercase letters on one line of input. The function should return this number to the calling code in a parameter named upCount. (hint: use isuppex function with #include to check for uppercase.) 1. 2. [50 points] Write a function that calculates Fibonacci numbers from 1 to 40, xn,n- 1,2,… 40: n 0 Xn-1 +xn-1 n22 For example: X2- X1 + Xo1 01
Expert Answer
Answer to Lab 11 (related to Chapter 8) [50 point] Write a void function named CountUpper that counts the number of uppercase lett… . . .
OR

