Learn verbs, final code 1.0

--Originally published at C++

Que tal, ahora te mostrare las modificaciones hechas al programa, ya que el otro después de correrlo en varias ocasiones comenzaba a guardar los valores y trababa el programa, anexo el link del primer vídeo como muestra de que se puede aprender de los errores:

https://wordpress.com/post/borrego07.wordpress.com/152

Y te comparto el nuevo vídeo con el código, por si te interesa aprender un poco mas sobre el código.

https://github.com/galex-7/Irregular-verbs

Espero el vídeo y el código te sean de ayuda y por favor cualquier duda o comentario favor de hacérmelo llegar.

Saludos y éxito en tus programas.


Learn verbs, final code

--Originally published at C++

Hellow, now in a difference with mi other blogs, I’m going to explain you my code in a video, I hope be of your help.

In other moments I’m going to show you the code working better, but for the moment, I show you the code, if you have a doubt, leave your comments.

 

Thanks.


WSQ07

--Originally published at C++

Hello, now I’m going to show you how to make an array, this is going to help you when you need write more values than the common.

First you have to remember how to write the function “for”, if you dont remember that, please see my other blog in that I’m showing you how to make it. how you going to write some values, remember write in the question how many values you have to write, after that you going to write the function “for”, to save the numbers that you going to write. If you want to use a number in espesific, you have to write the form of the text and the [] with the number for that specific number, this count starts in 0 and ends 1 number before the number that you select.
Then in this code, after the function I write sum of all the number that you write and then I make the sum of the same, in the next step y make the average for the same.

Now I show you the code with the numbers that I´d writed.

wsq07

wsq07.2

Regards and lucky.


WSQ06

--Originally published at C++

Hello, I’m back again with another code, but for the moment I’m not goingto show you how to make a function, in this program you going to calculate the factorial from one number that you going to ask to anybody.

First, we going to use the floop “for”. In this fuction you have to write the value for letter, then you have to write the condicion and the last you have to write the operation.

Now I’m going to show you the code that I writed:

wsq06

wsq06.2

well, it’s all for the moment and i hope that it can helps you, regards.