Anyone know how to program?

Lineskier-101

Active member
I am taking a class right now, and it is kicking my butt.  It's a computer programming class using Joyce Farrell's book.  If anyone has any idea how to do this stuff, please let me know!
 
5 on AP Comp Sci AB, so I can probably help. Of course, I've forgotten everything since that year, but if it's Java, C, or C++ I can probably help.
 
It's actually this language that this Joyce Farrell made up, but it uses alot of the same principles that all the languages use.   If someone wants to look at the problem I am working on, just send me your email address.
 
Post up the problem...and perhaps a sample of your code so we can understand what you're dealing with.
 
// Programmer: fname lname

// Date Written: 10/29/2007 8:13:20 AM

// Assignment: Chapter 07



public class CustomerPrices



    public

static void main()



    return



    public

static void printPrice(… …)2



    return



endClass



I need to fill in that, and he gives everything I need above, so it shouldn't be that hard if you know kind of how to do it, I just am really confused. 
 
Back
Top