Re: UNSW chit chat thread 2017
It is included in the 4k+ you pay every sem.
You are probably over-exaggerating here. I have not seen anyone do that yet.
You get given an extract that should be based on Engineering Design (process?) and you answer 3/4 questions while relating that to your...
Re: UNSW chit chat thread 2017
At 8:35~, the lines were almost till the end of the park but the buses were pretty frequent and I waited for 8 minutes before hopping on.
- you dont want std(s)
- you love the texts that will be studied in year 12
- you may be forced to switch tutors if you drop to std
- u will hav no frends in std
- you believe that adv will help you further down the track
For the amount of days, you would be lucky to get 4 per week (this of course depends on what subjects you pick.)
The amount of time you need on homework really depends on how good you are at maths.
It is actually recommended that you take up extracurricular activities, it will let you have a break from study and is also beneficial when applying for scholarships, Co-op, etc..
I would definitely recommend you to enjoy Year 10 and half-way of Year 11.
(Semester 1 ~ )
ENGG is absolutely terrible if you choose anything outside of the Civil portion. 720YoloSwagScope found it easy as it looks like he has done the Civil portion.
I personally did the ELEC portion and from week 4 onwards, I had to spend 2 hours for mentor meetings, 3 hours for...
@Drsoccerball, what does your code actually do? ( I can't seem to figure out lol.)
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
int main( int argc, char *argv[ ] ) {
assert (argc == 2);
int x = 0;
int y = 0;
int counter = 0;
int size = atoi( argv[ 1 ] )...