Coursework
I'm currently doing my coursework but college friends kept on asking me if i done any work during the half term. So yeah i done some work but they asked me "what work?". Well its kind of obvious what work i should have been doing (I'm not bothered answering because they just going to ask me for help and start to moan if i dont help them). There seriously nothing to help them on...everything they need is in the document that the lecturer gives out. Stupid people, we're practically in the same level course (i expect you to know something).
I been trying to do this coursework based on visual basic but the thing is that i dont know shit about coding in this language beside basic crap such as;
Code:
Me.Hide()
frmMain.Show()
i t hink the week before the last week my teacher told everyone to copy this out;
Code:
Dim tmp As String
Dim Ttl As Single
Dim O As Order
Dim D As Order.Drink
Dim T As Order.topping
tmp = ""
Ttl = 0
ReDim Orders(0)
Orders(0).base = "Cripsy"
Ttl = 6
Orders(0).Pizza = "Hawaiian"
Ttl = Ttl + 1.2
ReDim Orders(0).Drynk(1)
Orders(0).Drynk(0).What = "Diet Coke"
Orders(0).Drynk(0).Price = 1.25
Orders(0).Drynk(1).What = "Lemonade"
Orders(0).Drynk(1).Price = 1.75
ReDim Orders(0).Top(1)
Orders(0).Top(0).What = "Mushrooms"
Orders(0).Top(0).Price = 0.5
Orders(0).Top(1).What = "Bacon"
Orders(0).Top(1).Price = 0.7
tmp = ""
For Each O In Orders
tmp = "Base ~" + Orders(0).base + vbCrLf
tmp = tmp + "pizza ~" + Orders(0).Pizza + vbCrLf
tmp = tmp + vbCrLf
For Each D In Orders(0).Drynk
tmp = tmp + D.What + " (£" + D.Price.ToString + ")" + vbCrLf
Ttl = Ttl + D.Price
Next
tmp = tmp + vbCrLf
For Each T In Orders(0).Top
tmp = tmp + T.What + " (£" + T.Price.ToString + ")" + vbCrLf
Ttl = Ttl + T.Price
Next
Next
and told us this as a source code in our work but we ****ing don't know what the hell this suppose to mean. Anyway he said this is due in the day we come back but how are we suppose to know about to do when we wasn't been taught this properly other than going into the origin of "programming". This is incredibly stupid!. Oh yeah i forgot, screw you leechers! i made a thread in "Study Room" and you don't even help me. If you guys pm me asking for help then my response will be "go **** yourself" or "google it"
Bookmarks