Recent content by dtsylvas

  1. D

    C/C++ Guide to C++ Programming For Beginners

    I have a question about my C++ program...I have to compute the area of a rectangle...I have to write this program using functions...I have my instructions correctly output to the user in the command prompt and I am allowing the user to enter in a value for the length and the width...that's all...