Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
11
Posts with Downvotes
4
Downvoting Members
8
0 Endorsements
~509 People Reached
Favorite Forums
Favorite Tags
c++ x 6
Member Avatar for aquario20

this is my homework , and i have some code but please can you help me to fixed my homework please.... The purpose of this exercise is to give you practice with abstract data types, namely structrures and arrays of structures. Write a program that simulates a soft drink machine. …

Member Avatar for ravenous
0
96
Member Avatar for aquario20

// Exercise 09 // Final grade calculation for a class ============================================================================ #include <cstdlib> #include <iostream> #include <iomanip> using namespace std; const int MAX_NAME_SIZE = 25; // Structure to hold StudentInfo struct StudentInfo { int studentID; char name[MAX_NAME_SIZE]; int *progExercises; // a pointer to an array of prog exercise scores int …

Member Avatar for Fbody
-3
131
Member Avatar for aquario20

hi , i have this assignment but i don't know how to find the structured ? the program needs to use the structure that stores the following data: Drink Name Drink Cost Number of Drinks in Machine and we need to create an array of 5 structure with this: Drink …

Member Avatar for daviddoria
-1
72
Member Avatar for doogidie

Im supposed to sort a file in decending order using bubble sort into an array. My code does all of that but it repeats the sorted array 50 times instead of just listing it once. This is a C ++ file on Dev. Thanks for your help, it's due midnight …

Member Avatar for alexchen
0
115
Member Avatar for aquario20

[COLOR="Red"]HI IM STUDENT THAT NEED YOU HELP TO SOLVE THIS PROGRAMATION..PLEASEEE CAN YOU HELP ME TO SOVE IT ? THIS IS MY ASSIGNMET:[/COLOR] THE LOTTERY WINNERS The purpose of this exercise is to give you practice with searching and sorting algorithms. A lottery ticket buyer purchases 10 tickets a week. …

Member Avatar for SgtMe
-5
95