Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In C + + please 3 . 2 Write a program to get a character from the user and display a large letter C (
In C 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started