Environment for Students? Simple Project!!!? Okay, I have a computer science class I am taking. I have an assignment due that I have no idea how to complete, or even come close to starting.
I am fairly good with computers, I know my way around one decently well. But I have no idea how to write programs.
MY ASSIGNMENT - - -
Create a program that computes the grade for a course that uses the following weights: Project 25%, Midterm 25%, Final 50%.
Program must do the following, 1. Ask the user for their project score, 2. Ask for midterm score, 3. Ask for final score, 4. Computer final score, 5. Display final score using "showInformation"
The program must be implemented in a function called "computeGrade" which allows you to run the program by typing "computeGrade ( )" in the command area.
OKAY, so... I am not asking for anyone to DO the project for me, all I want is some help in the right direction, maybe a website that can explain the commands I need to use to start this...?
Thanks!
I am fairly good with computers, I know my way around one decently well. But I have no idea how to write programs.
MY ASSIGNMENT - - -
Create a program that computes the grade for a course that uses the following weights: Project 25%, Midterm 25%, Final 50%.
Program must do the following, 1. Ask the user for their project score, 2. Ask for midterm score, 3. Ask for final score, 4. Computer final score, 5. Display final score using "showInformation"
The program must be implemented in a function called "computeGrade" which allows you to run the program by typing "computeGrade ( )" in the command area.
OKAY, so... I am not asking for anyone to DO the project for me, all I want is some help in the right direction, maybe a website that can explain the commands I need to use to start this...?
Thanks!