- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
9 Posted Topics
So heres a portion of my program... the program has several functions (each doing diff. things) Im having a problem I can not find the way to write the sum of the third row in costOfSports array. the book says something like this: for(col=0;col<5;col++) { for(row=0;row<3;row++) { row_sum[row]=array[row][col]; } } … | |
Re: Larry 8000 1.25 1000.00 Moe 5025 1.10 552.75 Shep 950 2.00 104.50 Curly 9980 1.15 1147.70 why dont you use const int widgets=3 const int names=4 enum dudes { write those names hereee} int array[names][widgets]={ write numbers... blah} int row,int col; input the values,then use a series of for loops … | |
Hi everyone I m openning this theat because I want to see if any of you can help me... well lets see ... I got my full time back at work (after 2 years :o ) and Im worry about college because I do not have enough time to complete … | |
So this is assignment number 14 and this is the fourth time Im bothering you...I hope you can help me. I think Im almost done with it but I can not get "toupper" my name and lastname so it would be copied to the outfile.txt file. Description: The program writes … | |
The program asks to input an integer larger than one. the number is then passed into a function that calculates the sum of squares from 1 to that integer the output should be the value of the integer and the sum(labeled). A negative input value signals the end of the … | |
Hello my name is Mario Goicochea I'm from peru and im in college hopping to earn a computer science degree and then move on and get a real nice job. I've been saving for years to open my own business and I think thats what Im going to do after … | |
Hello everyone so this is the piece of code i'm wokingon.. the program ask to input an integer. If the integer is even the program will divide it by two and if the integer is odd the number will be multiplied by three and then after it is multiplied it … | |
This program will calculate commision based on the value of sales made... im getting three errors so far... 1>h:\cs110\assignment6\assignment6.cpp(22) : warning C4700: uninitialized local variable 'third' used 1>h:\cs110\assignment6\assignment6.cpp(22) : warning C4700: uninitialized local variable 'second' used 1>h:\cs110\assignment6\assignment6.cpp(22) : warning C4700: uninitialized local variable 'first' used. I was reading some books … | |
I have this code and Im getting two errors when debugging... Im trying to change it to arrange it but I think I have a major error.My "experience" in c++ is veeery basic this is my third week in college :( I need help please the errors are: >assignment5.obj : … |
The End.