Question: ( IN C + + LANGUAGE PLEASE ) 3 . 2 Write a program to get a character from the user and display a large
IN C LANGUAGE PLEASE
Write a program to get a character from the user and display a large letter C similar to lab composed of that char;
Sample dialogue:
Please input a letter:
Y
Write a program to get test scores int from user. Display each test score, their sum and their average.
Hint: Average should be type double.
Display average with digits after the decimal point. Here is how you declare a variable of type double:
double variableName;
Before submitting, check for following:
lines of comments
Code lineup
Indentation
meaningful names for variables
description to user
Place both cpp files and the screenshot into a folder. Compress the folder and submit it
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
