#WSQ03

1 min read

Hello, I have donde this practice #WSQ03 wich was my first program in C++, I had to see some information in different sites, but well, first of all I had to declare variables, two of them were “number1 and numer2”, and the others were “add, difference, product, division and remainder”, all of them in an int variable.

After that, I had to ask for the numbers to the user, and when I received the numbers, I had to do the math operations, and at the end just print the results.

What I used to research for information is:

http://es.slideshare.net/yesid19/operaciones-basicas-c

http://programa-c.blogspot.mx/2010/04/codigos-c-suma-dos-numeros-enteros.html

and the program is this one:

https://www.dropbox.com/s/xed16sr7q3ahair/programa3.cpp?dl=0

CC BY 4.0 #WSQ03 by Osvaldo Mendoza is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.