# Introduction In this challenge, you will learn how to access the public members of a class to calculate the volume. You will define a `volume` class with three public member variables of type `double`: `width`, `length`, and `high`. Then, in the main function, you will create an object `volume1` to access the members of the `volume` class and calculate the volume using the given values for `width`, `length`, and `high`.
Click the virtual machine below to start practicing