Alpha Geek

(8)

$10/per page/Negotiable

About Alpha Geek

Levels Tought:
University

Expertise:
Accounting,Algebra See all
Accounting,Algebra,Architecture and Design,Art & Design,Biology,Business & Finance,Calculus,Chemistry,Communications,Computer Science,Environmental science,Essay writing,Programming,Social Science,Statistics Hide all
Teaching Since: Apr 2017
Last Sign in: 346 Weeks Ago, 4 Days Ago
Questions Answered: 9562
Tutorials Posted: 9559

Education

  • bachelor in business administration
    Polytechnic State University Sanluis
    Jan-2006 - Nov-2010

  • CPA
    Polytechnic State University
    Jan-2012 - Nov-2016

Experience

  • Professor
    Harvard Square Academy (HS2)
    Mar-2012 - Present

Category > Programming Posted 10 May 2017 My Price 5.00

Write a program that asks the user to input an integer

 

Write a program that asks the user to input an integer and then calls a function named multiplicationTable(), which displays the results of multiplying the integer by each of the numbers 2 through 10. Save the file as Multiplication.cpp.

 

 

 
 

Answers

(8)
Status NEW Posted 10 May 2017 12:05 PM My Price 5.00

-----------

Attachments

1494418818-2163466_2_636299053865159945_sample-output.PNG
file 1494418843-Answer.docx preview (74 words )
#-----------inc-----------lud-----------e &-----------amp-----------;lt-----------;io-----------str-----------eam-----------&am-----------p;g-----------t; ----------- us-----------ing----------- na-----------mes-----------pac-----------e s-----------td;----------- v-----------oid----------- mu-----------lti-----------pli-----------cat-----------ion-----------Tab-----------le(-----------int----------- nu-----------m);----------- i-----------nt -----------mai-----------n()----------- {----------- ----------- -----------int----------- nu-----------m; ----------- ----------- c-----------out----------- &a-----------mp;-----------lt;-----------&am-----------p;l-----------t; -----------&qu-----------ot;-----------Ple-----------ase----------- en-----------ter----------- an----------- in-----------teg-----------er -----------val-----------ue:----------- &q-----------uot-----------;; ----------- ----------- c-----------in -----------&am-----------p;g-----------t;&-----------amp-----------;gt-----------; n-----------um;----------- ----------- -----------mul-----------tip-----------lic-----------ati-----------onT-----------abl-----------e(n-----------um)-----------; -----------ret-----------urn----------- 0;----------- }----------- v-----------oid----------- mu-----------lti-----------pli-----------cat-----------ion-----------Tab-----------le(-----------int----------- nu-----------m) ----------- { ----------- ----------- i-----------nt -----------i =----------- 2;----------- ----------- -----------for----------- (i----------- = -----------2; -----------i &-----------amp-----------;lt-----------;= -----------10;----------- i+-----------+) ----------- ----------- {----------- ----------- ----------- ----------- co-----------ut -----------&am-----------p;l-----------t;&-----------amp-----------;lt-----------; (-----------i*n-----------um)----------- &a-----------mp;-----------lt;-----------&am-----------p;l-----------t; -----------end-----------l; ----------- ----------- }-----------
Not Rated(0)