[Solved]Lab 11 Related Chapter 8 1 50 Point Write Void Function Named Countupper Counts Number Upp Q37208426
![Lab 11 (related to Chapter 8) 1. [50 point] Write a void function named CountUpper that counts the number of uppercase letter](https://media.cheggcdn.com/media%2Fb94%2Fb9442302-39f3-4088-9cc5-cb9612734322%2Fimage.png)
language is c++
Lab 11 (related to Chapter 8) 1. [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 i supper function with # include <ctype.h> to check for uppercase.) 2. [50 points] Write a function that calculates Fibonacci numbers from 1 to 40, xn.n 1,2,…40: xn-1 + Xn-1 nz2 For example: X2= X1 + Ko = 1 + 。= 1. Show transcribed image text Lab 11 (related to Chapter 8) 1. [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 i supper function with # include to check for uppercase.) 2. [50 points] Write a function that calculates Fibonacci numbers from 1 to 40, xn.n 1,2,…40: xn-1 + Xn-1 nz2 For example: X2= X1 + Ko = 1 + 。= 1.
Expert Answer
Answer to Lab 11 (related to Chapter 8) 1. [50 point] Write a void function named CountUpper that counts the number of uppercase l… . . .
OR

