Ben, Jeff, and Christian's ENGR 121 London Enigma Programming Project
https://youtu.be/wD1ftFIDA04
Friday, January 20, 2017
Tuesday, January 17, 2017
Saturday, January 7, 2017
Friday, January 6, 2017
Example 01 program: solving some math
//Example of math stuff
#include <stdio.h>
#include <math.h>
int main()
{
int a, b;
int c;
float f;
// actual initialization
a=10;
b=20;
c=a+b;
printf("Value of c %d \n", c);
f = 70.0/3.;
printf("Value of f: %f \n", f);
}
#include <stdio.h>
#include <math.h>
int main()
{
int a, b;
int c;
float f;
// actual initialization
a=10;
b=20;
c=a+b;
printf("Value of c %d \n", c);
f = 70.0/3.;
printf("Value of f: %f \n", f);
}
Wednesday, January 4, 2017
Univeristy College London School of Engineering - Dr. Lumori worked there!
Our flat at 1 Byng Place in London is right next to the University
College London (UCL). The Engineering building is 20 yards from our
flat. It turns out that Dr. Lumori at one time in his career was a
Research Associate there. Pretty exciting!
Tuesday, January 3, 2017
Check-in Day!
Some of the classmates getting together before the session starts. They're all checked into their apartment.
Subscribe to:
Posts (Atom)