SophiaPretty

(5)

$14/per page/Negotiable

About SophiaPretty

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Accounting,Algebra See all
Accounting,Algebra,Applied Sciences,Architecture and Design,Art & Design,Biology,Business & Finance,Calculus,Chemistry,Communications,Computer Science,Economics,Engineering,English,Environmental science,Essay writing Hide all
Teaching Since: Jul 2017
Last Sign in: 314 Weeks Ago
Questions Answered: 15833
Tutorials Posted: 15827

Education

  • MBA,PHD, Juris Doctor
    Strayer,Devery,Harvard University
    Mar-1995 - Mar-2002

Experience

  • Manager Planning
    WalMart
    Mar-2001 - Feb-2009

Category > Computer Science Posted 08 Jan 2018 My Price 10.00

program was supposed to use functions and increment

How do I pass the integer chosen by user to the functions?  Please look at this code and help me finish it. This code is C++. I am using Visual Studio 2015 as the IDE.

  • //  CM11 42Loops.cpp created by
    //    This program was supposed to use functions and increment a number input by user.

    #include "stdafx.h"
    #include <iostream>

    using namespace std;

    int inputInteger = 0;
    char name[40];

    void forLoop(int _inputInteger);
    void whileLoop(int _inputInteger);
    void doWhileLoop(int _inputInteger);




    int main()
    {
        int inputInteger = 0;

        cout << "Welcome to this program. What is your name?" << endl;
        cin >> name;
        cout << "Choose a number please, " << name << "." <<endl;
        cin >> inputInteger;
        forLoop(3);
        return 0;
    }

    void forLoop(int inputInteger)
    {
        for (int inputInteger = 0; inputInteger < 20; inputInteger++);
        {
            cout << inputInteger++;
        }
       
    }

    void whileLoop(int inputInteger)
    {
        while (inputInteger = 0 || inputInteger < 20)
        {
            cout<< inputInteger;
           
        }
       
    }

    void doWhileLoop(int inputInteger)
    {
        do
        {
            cout<< inputInteger++;
        }
           
        while (inputInteger = 0 || inputInteger < 20);
       
    }


Attachments:

Answers

(5)
Status NEW Posted 08 Jan 2018 02:01 PM My Price 10.00

-----------  ----------- H-----------ell-----------o S-----------ir/-----------Mad-----------am ----------- Th-----------ank----------- yo-----------u f-----------or -----------you-----------r i-----------nte-----------res-----------t a-----------nd -----------buy-----------ing----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n. -----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- qu-----------ick-----------ly

Not Rated(0)