Do you have bad grades in school, Do you have bad grades in College?
I am talking about a class where you got an plain and simple F on your tests. I have got 10 out of 31 on my math test, and a 28% on my Biology Test, and I have been missing all kind of computer science homework assignments. Do you have bad grades in a class in school and College? Do you have a bad grades in a lot of classes?
What three things distinguish a void function from main?
Done with my computer science homework, can’t figure this one out.
What is the binary system? Why do we need the binary system?
I need this answer for my computer science homework.
c++ beginner notepad coding. HELP?
I’m doing my computer science homework and cant figure out what im doing wrong. help? // In this portion of the lab we edit some code to produce a functioning // simple calculator. // Start Part 1 // Please include the iostream file and the necessary namespace below. // End Part 1 #include using namespace std; void select (int&, int&, char&); int main() { // Start Part 2 // In order for the following program to work, we need to declare three integer // variables named “operand_one”, “operand_two”, Read more [...]
How do you use MATLAB to plot a half circle?
This is the question on my Computer Science homework: Plot a red half-circle (upper portion) with a radius of 3. For the theta, use 100 evenly spaced values from 0 to pi (inclusive). I just don’t really know what the question means. I understand that 100 evenly spaced values from 0 to pi would be linspace(0, pi), but I don’t know what that means for my circle. I also know how to make the line red once I am using the plot() function. Help!
Can someone tell me what’s wrong with my java code?
Honestly, this is the Ap Computer Science homework. Even though I have tried, the code does not seem right. Can anybody smart help me please? Thank you……. Question: Design and implement a class called Card that represents a standard playing card. Each card has a suit and a face value. Create a program that deals 20 random cards. My code: package card; import java.util.Random; public class card { private static Random generator = new Random(); public final static int ACE = 1; Read more [...]
Help with writing in Python?
I need some help with my Computer Science homework with programming in python. Write the pseudocode(put this in your text file) and then use Python to write a program that accepts a single test score from 0-100 points and assigns a letter grade based on the scale of 90, 80, 70, 60, 59 and below is a ‘F’ grade.
Exporting Excel data into a MS word document?
Ok, before you answer the question, READ ALL OF IT. I don’t need or want answers such as “just cut and paste it over”. I am currently a full time student (18 units) and a full time worker (36+ avg hours per week with 3 jobs). One of my jobs is grading computer science homework for some instructors who I took past classes with. I am needing to create an excel worksheet (which I have already done) as a templete for grades, then export it into a stand alone word document. I need to do it this way Read more [...]
Rewrite the following program segment using repeat structure rather than a while structure.?
I need some help with my computer science homework (this is Pseudocode) Count ? 2; while (count < 7) do (print the value assigned to Count and Count ? Count + 1)
Recent Comments