Question: c++ CIS Department CIS165 Spring 2021 Program #2 Objective: The purpose of this lab project is to introduce the cin statement and to reinforce the
CIS Department CIS165 Spring 2021 Program #2 Objective: The purpose of this lab project is to introduce the cin statement and to reinforce the use of the assignment and cout statement. Problem Specification: Write a C++ program to calculate the volume of a cylinder. Use the following input: Run l: Radius = 3.0 Height - 9.0 Run 2: Radius = 5.678 Height = 12.345 Submit thru Blackboard: 1. Flowchart or Pseudocode 2. Program Listing 3 Output (Run this program 2 times with the 2 different input values) 4. Due Thursday March 11, 2021 by 10:15 am Your output should look like this: * Volume of a Cylinder Radius Height Volume = Grading Rubric Criteria Points Points Earn 1. Good Programming Practice Proper spacing comments, use of variables, indentation, and appearance of program Program is consistent with good programming standard 15 2. Description of program is clear and full 10 3. Flowchart or pseudocode is included and is corect 15 4. Heading is displayed correctly 10 5. Input is entered correctly using appropriate prompts 10 6. Assignment statement used properly 10 7. Output is aligned properly 10 20 R. Program runs correctly and produces the intended resulte Twerans are submitted
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
