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
~540 People Reached
Favorite Forums
Favorite Tags
c++ x 5
Member Avatar for itgrowsind

I am trying to set up a a program that gets four numbers from the user, also a random generator to get four numbers compare if any were the same and print out how many numbers were matching this is what I have so far... using System; class Program { …

Member Avatar for hericles
0
155
Member Avatar for itgrowsind

I just started c# and I am having trouble with the (get; set;) the program I am trying to work on is employee class that has two objects of two employee's with both having a string first name and string last name. With a monthly wage for both employee's could …

Member Avatar for Mike Askew
0
133
Member Avatar for itgrowsind

I have to write a code that accepts 5 grades and sorts them from smallest to greatest using linked list.This is what I have so far using examples from the book. #include <iostream> using namespace std; struct List { int value; List *next; }; int main() { int num, num1,num2,num3,num4; …

Member Avatar for Saith
0
135
Member Avatar for itgrowsind

Im trying to write a program that will get 10 different houses information about those houses will be price square feet and rooms. I have to use an infile about the information and then have it sort by selection or bubble sort also use a header file, can anyone help …

Member Avatar for itgrowsind
0
117