hey, anyone here good at visual basic? i’m taking a vb class, and the prof has pretty much taught nuthing cept how to read power point slides.
i’ve got an assignment due tomorrow, and im not totally sure how to go about it. i’m supposed to calculate e^x (with the user supplying x) with the formula being 1+ (x/1!)+((x^2)/2!)+.... (all in a console app)
n! = n factorial i.e. 5!= 5*4*3*2*1
i know there’s math.exp(x), but i can’t use that, i gotta use the formula…it sux.
any help please? my screenname on aim is sgtwonton. thank ya!