Can someone send me the guesing game gode in c sharp.please !
We aren't just going to give all the code for your project especially since it sounds like homework without a decent effort or your part.
So what code do you have so far?
Knowledge: Intermediate C#, Beginner AS3, HTML, CSS, Binary, Hex, Octal.
Science is only an educated theory, which we cannot disprove.
I saw this post and couldn't help myself. Sorry to be a little mean but seriously. lol
Code:While( !User.hasAnswer ) { User.askQuestion(); if( User.postCode && User.putForthEffort ) { CodeCallMembers.Help(); User.hasAnswer = true; } else { CodeCallMembers.Laugh(); } }
-CDG10620
Software Developer
I saw this post and couldn't help myself. Sorry to be a little mean but seriously. lol
Code:While( !User.hasAnswer ) { User.askQuestion(); if( User.postCode && User.putForthEffort ) { CodeCallMembers.Help(); User.hasAnswer = true; } else { CodeCallMembers.Laugh(); } }that's funny!!!
Knowledge: Intermediate C#, Beginner AS3, HTML, CSS, Binary, Hex, Octal.
Science is only an educated theory, which we cannot disprove.
My boss told me the other day that all IT guys are arrogant in some form or fashion. After posting this I see what he meant. lol
-CDG10620
Software Developer
I fully agree. Post some code if you want some help. We aren't here to do your work FOR you.![]()
// Number Guessing Game
// Applies the srand() function and loops.
#include <iostream>
#include <cstdlib>
#include <ctime>
using namespace std;
Microsoft: "You've got questions. We've got dancing paperclips
LOL irl. You must have worked your butt off!@... By sitting down and being lazy, maybe.
Search for C# tutorials on Google and search while loops then return to your code, look through your resources which you surely should have if this is a school assessment (notes, hand outs?) and use logic! Programming is all about using logic to solve your puzzles, asking another member to write the code for you will gain you nothing except disrespect. Especially if it is a school assessment and you're trying to find an easy way out by cheating.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks