Quiz 1

This program asks the user for two values (radius, height) of type float and prints the volume (V = pi* (r^2) * h) of a cylinder with that radius/height as a float

quiz1-1

This program ask the user for two integer numbers, then use those two numbers to calculate and print the following:

* The product (multiplication) of the two numbers

* The INTEGER division of the two numbers

* The remainder from division of the two numbers

quiz1-2

This program is the same as #2 but use float numbers instead and name it pro3.cpp. There will be no remainder, so show the result of addition, subtraction, multiplication and division.

quiz1-3

CC BY-SA 4.0 Quiz 1 by ferespib is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.