Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

( IN C + + LANGUAGE PLEASE ) 3 . 2 Write a program to get a character from the user and display a large

(IN C++ LANGUAGE PLEASE)3.2
Write a program to get a character from the user and display a large letter C (similar to lab 1.1) composed of that char;
Sample dialogue:
Please input a letter: Y
YY
Y,Y
Y
Y
Y
Y
Y
Y,Y
YYY
3.3
Write a program to get 3 test scores (int) from user. Display each test score, their sum and their average.
Hint: Average should be type double.
Display average with 2 digits after the decimal point. Here is how you declare a variable of type double:
double variableName;
Before submitting, check for following:
-5 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.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Managing Your Information How To Design And Create A Textual Database On Your Microcomputer

Authors: Tenopir, Carol, Lundeen, Gerald

1st Edition

1555700233, 9781555700232

More Books

Students also viewed these Databases questions