Answered step by step
Verified Expert Solution
Question
1 Approved Answer
solve using C on Visual Studio Using C programming language and show output and insert comments for each line Task.1 People are said to be
solve using C on Visual Studio
Using C programming language and show output and insert comments for each line Task.1 People are said to be of a particular generation depending on when they were born, there is some debate about the exact border years but generally accepted classification are: 1901192719281942194319641965197619771995199620122013+-GreatestGeneration.-SilentGenerationorTraditionalist.-BabyBoomers.-GenerationX-MillennialsorGenerationY.-CentennialsorGenerationZ.-GenerationAlpha. Write a program that asks the user their name and year of birth then outputs a message greeting them and telling them which generation they belong to. Write the program using if statements. Task 2 Write a program that asks the user for a number (integer) and then will read in from the user the same numbel of floating-point values. When the user has entered the correct number of values, output the sum of those values. Example. User enters 3. Then enters 3 floating point numbers 3.4,4.7,2.4 The program will output 10.5Step 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