Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Lando_

Using Borland 4.5, yea its old but this is what my teacher prefers. Problems States: Markup Write a program that asks the user to enter and item's wholesale cost and its markup percentage. It should then display the item's retail price. For Example If an item's wholesale cost is 5.00 …

Member Avatar for jember
0
2K
Member Avatar for Lando_

I basically know how functions work now but this problem is just confusing me. Lowest Score Drop Write a program that calculates the average of a group of test scores, where the lowest score in the group is dropped. It should use the following functions: -void getScore() should ask the …

Member Avatar for WaltP
0
117
Member Avatar for Lando_

Final Edit: lol im dumb but the brackets backwards [CODE]#include <iostream.h> int main() { const int SIZE = 10; int numbers[SIZE]; int count1; int count2; int highest; int lowest; cout << "Enter an array of ten and I will find the highest and lowest" ; cout << " values" << …

Member Avatar for seanbp
0
117
Member Avatar for Lando_

Using Borland 4.5 I think I got most the program done but its hard for me to setup functions with returning names and values. Problems States: Winning Division: Write a program that determines which of a company's four divisions (Northeast, Southeast, Northwest, and Southwest) had the greatest sales for a …

Member Avatar for Lando_
0
1K
Member Avatar for Lando_

The problem states to use a loop display character from the ASCII codes 0 through 127 and to display 16 character per line. I am using Borland C++ 4.5 so I need the older programming way of doing it. This is what i have so far. [CODE]#include <iostream.h> int main() …

Member Avatar for Lando_
0
1K