Dice Roll prediction. No problem, I'm new to coding ( sorta kinda eh idek ) -- I like the challenge of a new problem ( one...
Dice Roll prediction. [code] #include <iostream> #include <ctime> using namespace std; int main() { srand(time(0)); co...
Checking ArraysThat works a lot better, but it still won't end when it is full >:( It's gotta be something to do w...
Removing duplicate elements in arrayThe problem I'm getting, which I assume is why it won't get rid of if, is size = size - count is for...
Checking ArraysClose, it's the beginning of a tic-tac-toe game, just slowly building it piece by piece. I need to e...