No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Re: Hey there. I am doing the same program and I have figured out how to get everything to work that is requried, including getting the program to end, when entering Q. I also attempted to try and have the program give, "ERROR! DIVIDE BY ZERO!" but couldn't figure out how … | |
Hey there. It's Erinn and I just have a quick question about my assignment that I am working on. I have everything right except for one part...don't u hate that...lol. Anyway, here is the code and assignment below. Sorry there is no code, but it's been a long day and … | |
Re: I am working on this one. Here is what I have so far. I got the top and bottom, I just need to figure out how to get five down the side..lol. Well, here is what I have so far if this will help: #include <iostream> #include <string> using namespace … | |
Re: Hey there. I'm doing the same problems. Here is what I have for the first assignment. I got it to work, but can't figure out how to make it break. Here is what I have: #include <iostream> #include <string> using namespace std; int main() { int num1, num2 = 0, … | |
Would anyone be able to help me with this assignment. I pretty much almost got it, but I'm still stuck. Here is the assignment: Write a program that asks the user for two integers; call them num1 and num2. Make sure the number is between 1 and 9 (including 1 … | |
I have to do an assignment for class. Here is what the assignment is: Start with the following program code. Write the function called "increment" which takes one integer parameter and returns that value plus one. [code] #include #include using namespace std; // YOUR FUNCTION GOES HERE! int main() { … | |
hey there. This is Erinn Hansen and I have a quick question about this assignment I am working on. I pretty much have it, except for it's a little backwards. This assignment is: Write a program which accepts the following user input: priceOfHouse, numMonths Print an amortization chart as shown … | |
I need help with an assignment I am working on. Here is the assignment: count all the even numbers between X and Y, where X and Y are entered by the user. Do not include X and Y. EXAMPLE 1: Please enter an integer: 0 Please enter another integer: 10 … |
The End.