Recent content by MMOne

  1. M

    MHB Tackling a Difficult Triangle Exercise

    I am having a very difficult time comprehending this exercise and any direction would be appreciated. Feel completely lost! Not necessarily asking for the answer just want to know how to tackle this. This program will output a right triangle based on user specified height triangleHeight and...
  2. M

    MHB Add Up Numbers: Get to 21 or Stop at 0

    Ask the user for a number between 1 and 11; stop asking when the user enters 0 OR when the total goes over 21. Display the total on the screen. For example: #include<iostream> #include<cmath> using namespace std; int main(){ int num, total; cout << "Enter a number between 1 and 11...
  3. M

    MHB Computing the number of months to save $1000

    Hello everyone! I am very new to programming and am beginning to struggle in studies. I have been working on this same problem for about 5 hours and cannot for the life of me get this thing to compile correctly. Any assistance or guidance for what I should do would be greatly appreciated. Ask...
Back
Top