Author Archives: Alejandra Jacobo Gómez

#TC1017 #WSQ15 Schedule

Schedule

Hello dudes, I couldnt uploaded but here is 😀  sudoku time means that I will be working on the project :D!! 

Schedule 

#QUIZ09 #TC1017

#TC1017 #WSQ14 Estimating e

Estimating e

IS READYY!!!! :DDDD Enjoy it 

Github link 😀

https://github.com/alejcbgmz/WSQ-s-Ale-Jcb-Gmz/blob/master/WSQ14.cpp

 

 

#TC1017 #Mastery25 Creation and use of strings in C++

 Creation and use of strings in C++

Strings you can write numbers and letters 😀 Watch My video :DDDD 

My VIDEO :DD

https://www.dropbox.com/s/2k3i73jga0h3gp6/Mastery25.mov?dl=0

#TC1017 #Mastery18 Nesting of conditional statements

 Nesting of conditional statements

If inside other IF

  1. If If
  2. If else 

My video 😀

https://www.dropbox.com/s/ro57qcp2lltbbcb/Mastery18.mov?dl=0

#TC1017 #Mastery21 Use of recursion for repetitive algorithms

Use of recursion for repetitive algorithms

JUST CALL A FUNCTION INSIDE THE SAME FUNCTION 😀

LINK to my video.

https://www.dropbox.com/s/6i3ogyi6cg5le74/Mastery%2021.mov?dl=0

 

#TC1017 #Mastery19 WHILE!! :D

WHILE!! 😀

SIMPLE WAY TO SEE!!! HOW TO USE WHILE IN c++

         while( Condicion){

                   CODE:D 

                   }

 

 LINK TO MY VIDEO!! 😀

https://www.dropbox.com/s/pjb6f0o13m8zapd/Mastery%2019.mov?dl=0

#TC1017 #Mastery20 FOR

FOR

for (counter =0 ; condition ; increase or dicrease in the counter )

{

/* code */

//

for (int i = 0; i < count; ++i)

{

/* code */

}

 

HERE IS MY VIDEO LINK!!!

https://www.dropbox.com/s/ouqbdobnv41lrkc/Mastery20.mov?dl=0

FOR

#TC1017 #Mastery02

Ability to create C++ project in IDE and run inside the IDE

First Open Xcode and Create the project

Choose Comand Line Tool

Choose The name of the product The localitation and the languaje 

Find Main.cpp And START YOUR CODE!!!

WHEN YOU FINISH COMPILE 😀 

 

HERE IS MY VIDEO 

https://www.dropbox.com/s/0mcsst1bmvgkxe8/Mastery02.mov?dl=0

#TC1017 #WSQ13 Babylonian Method

Babylonian Method

For this work I take reference the following link..

http://es.wikipedia.org/wiki/Cálculo_de_la_ra%C3%ADz_cuadrada#Algoritmo_babil.C3.B3nico

This link helped me to understand the procedure :D!!!

Here is to Github:

https://github.com/alejcbgmz/WSQ-s-Ale-Jcb-Gmz/blob/master/WSQ13.cpp

 It’s not as complicated as it seems