Author Archives: jairbarragan96

PROJECT

   #WorkHard

Hey blogers!!

Finally we have finished our and we happy to share it with you

the most difficult part in my opinion was to catch a logical way to write the code;

we had many difficulties but the program is functional now; It just have some stetic details to fix.

Check our code and try to win!   

 

Link: https://github.com/kenwbauer/JairArmando/blob/master/final%20sin%20colores

PROJECT

 #SUDOKU

Hey everybody! 

We have been working on the SUDOKU, currectly we have the basic code and now it just have some details to fix. One of the most difficult parts in my opinin was to print the text in color because we tried many different ways but it didn’t work until yesterday!!!

I’ll continue submmiting our progress.

 

If you have the same problem in cygwin try this:

 

<iostream>

using namespace std;

 

RED “x1b[31m”

GREEN “x1b[32m”

YELLOW “x1b[33m”

BLUE “x1b[34m”

PURPLE “x1b[35m”

SKY “x1b[36m”

WHITE “x1b[37m”

RED_BK      “x1b[41m”

 

int main()

{

cout<<RED_BK<<endl;

cout<<RED<<“Hello, World”<<RED<<endl;

cout<<GREEN<<“Hello, World”<<GREEN<<endl;

cout<<YELLOW<<“Hello, World”<<YELLOW<<endl;

cout<<BLUE<<“Hello, World”<<BLUE<<endl;

cout<<PURPLE<<“Hello, World”<<PURPLE<<endl;

cout<<SKY<<“Hello, World”<<SKY<<endl;

cout<<WHITE<<“Hello, World”<<WHITE<<endl;

return 0;

}

QUIZ10

 #TC1017

In this link is my quiz10 part1 & part2, I join them in the same file beacause I think it was easier

Check IT!

LINK: https://github.com/JairBarragan/Quiz10/blob/master/q1%20%26q2

Bonus QUIZ

Ya están abiertas las ECOAS! No pierdan la oportunidad de evaluar a sus profes, 

si no les gusta como dan sus clases es el momento de hacerselo saber, y si les gustó 

no esta de más agradecerles su trabajo! 

quiz09

CALCULATING “E”

Hey everyone, here is my code

Actually my code didn’t compile, so  I cheked my colleagues videos and activities and now 

I understand the reason of mine didn’t compile. Flipped learning WORKS!

 

 

LINK: https://github.com/JairBarragan/WSQs/blob/master/WSQ14

BABYLONIAN METHOD

 #WSQ13

Here is my solution to Babylonian Method.

LINK: https://github.com/JairBarragan/WSQs/blob/master/WSQ13

GCD

 

The greatest common divisior is simple, if you catch the use of loops.

here is my solution:

LINK: https://github.com/JairBarragan/WSQs/blob/master/WSQ12

LISTS

Here is my

I think it was too easy with arrays

LINK: https://github.com/JairBarragan/WSQs/blob/master/WSQ10

FACTORIAL NUMBER

 #WSQ09

Here is my solution for factorial number code

Have fun!

link:https://github.com/JairBarragan/WSQs/blob/master/WSQ09