Muimo?Starcraftmazter said:Let me know when you stop being so obsessed with everything I post.
Stalker
Muimo?Starcraftmazter said:Let me know when you stop being so obsessed with everything I post.
Stalker
What's that?Omium said:Muimo?
1. I dunno lol, I could check records where I work to see how far in the construction have they gone.click here said:random questions
1)does anyone know when will the place where badagan used to be is going to open?
2)since when did they change the printing copy card machine in the library to cashless? and why can't i log into the printing computers anymore? did they reset everyone's account?
3)Not a question, but wtf, didn't know the Quad Building links to Australian School of Business...walked through there today... my mind was blown
Vista freezes and lags on CSE machines.Dumsum said:Fucking webct vista is down and I need it.
// Author: [B]Drunk programmer[/B]
// Date created: ?
// Compute student WAM and grade
#include <stdio.h>
#define HD_CUT_OFF 85
#define D_CUT_OFF 75
#define CR_CUT_OFF 65
#define PS_CUT_OFF 50
int main (int argc, char **argv) {
int course1, course2, course3, course4;
float average;
printf("Enter marks for 4 courses enrolled in past semester:\n");
scanf("%d %d %d %d", &course1, &course2, &course3, &course4);
average = (float)(course1 + course2 + course3 + course4)/4;
// %.2f -- the .2 makes sure only two decimal points are printed
printf("Your WAM is: %.2f\n", average);
if (average >= HD_CUT_OFF) {
printf("Your grade is HD\n");
} else if (average >= D_CUT_OFF) {
printf("Your grade is D\n");
} else if (average>= CR_CUT_OFF) {
printf("Your grade is CR\n");
} else if (average>=50){
printf("Your grade is PS\n");
} else {
printf("Your grade is FL\n");
}
return 0;
}
Write it backwardsStarcraftmazter said:What's that?
lol 58 year old manOmium said:Write it backwards
thats it not going for a PhDOmium said:I can't Believe that a Thesis for Chemistry should be 200-400 Pages Long and not exceed 100 000 words . Wtf how does anybody survive?
Old code is old lolForbidden. said:Vista freezes and lags on CSE machines.
fuck that
EDIT:
WAM Calculator in C from COMP1911
http://www.cse.unsw.edu.au/~cs1911/08s2/code/
Rock OnCode:// Author: [B]Drunk programmer[/B] // Date created: ? // Compute student WAM and grade #include <stdio.h> #define HD_CUT_OFF 85 #define D_CUT_OFF 75 #define CR_CUT_OFF 65 #define PS_CUT_OFF 50 int main (int argc, char **argv) { int course1, course2, course3, course4; float average; printf("Enter marks for 4 courses enrolled in past semester:\n"); scanf("%d %d %d %d", &course1, &course2, &course3, &course4); average = (float)(course1 + course2 + course3 + course4)/4; // %.2f -- the .2 makes sure only two decimal points are printed printf("Your WAM is: %.2f\n", average); if (average >= HD_CUT_OFF) { printf("Your grade is HD\n"); } else if (average >= D_CUT_OFF) { printf("Your grade is D\n"); } else if (average>= CR_CUT_OFF) { printf("Your grade is CR\n"); } else if (average>=50){ printf("Your grade is PS\n"); } else { printf("Your grade is FL\n"); } return 0; }
Omium?Omium said:Write it backwards
Are you sure man? Works for me.Forbidden. said:Vista freezes and lags on CSE machines.
lol i dropped COMP1911 but then i found this repository of apparently old codesdarkwolfzx said:Old code is old lol
That was one of our week 2 labs when I first started uni
i dont know why ... i went into the piano computing lab ...Starcraftmazter said:Omium?
I still don't geddit
Why were you asking me your username? lol.
Are you sure man? Works for me.
i didnt find C programming much fun ...Starcraftmazter said:That's a bit odd indeed
And why did you drop comp1911?
I want attentionStarcraftmazter said:Omium?
I still don't geddit
Why were you asking me your username? lol.
During the weekday while we are all at UNSW, just simply post threads ANYwhere on BOS and depending on the topic I'll be likely to reply LOL K?Omium said:I want attention
lol will doForbidden. said:During the weekday while we are all at UNSW, just simply post threads ANYwhere on BOS and depending on the topic I'll be likely to reply LOL K?
hero. said:In what way could I do some volunteer work at UNSW?
I was thinking of signing up for Yellow Shirts, but one of the criteria was that you had to be a member of ARC. So if I want to volunteer to help out first year students, that would mean I have to pay to do that. GEEEZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ