Check out some similar questions!
Program and algorithm
[ 1 Answers ]
HI ,, CUD ANYONE GIVE ME A WORKING ALGORITHM AND PROGRAM IN C ABOUT LCM AND MODE , MEDIAN ,,AND HCF,, IT SHULD WORK IN LINUX OS TOO.. THANK..U..:o :)
Structure of the algorithm
[ 2 Answers ]
Write a set of instructions using while loop and if... else Selection structures to sort the pile of cards according to the Symbols they display and write an appropriate message for each Card, for example 'shaded circle' or 'unshaded square'. Each Message should be on a new line. The...
Using random_shuffle from <algorithm>
[ 1 Answers ]
I can't seem to get 'random_shuffle' from <algorithm> to work correctly. I have defined a class 'aCard' which has data members 'aRank' and 'aSuit'. Then define a vector of aCards called 'deck'. I initialize the deck with 'initDeck()' and try to shuffle the deck with 'shuffleDeck()'. Just for... View more questions Search
Add your answer here.
|