*MAFIA* Forums

*MAFIA* Forums

  • May 01, 2024, 03:49:13 PM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome back the Arcade! Play over 100+ games to get the high score and compete against other forum members.

http://www.mafiaowns.com/index.php?action=arcade;sa=list;sortby=a2z;

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - *MAFIA* Capsloc

Pages: 1 ... 10 11 [12] 13 14
167
Graphics / ike's avatar
« on: May 31, 2006, 09:50:52 PM »

here u go.

168
Media / beer activated girl
« on: May 31, 2006, 05:10:18 PM »

169
News / my new site
« on: May 31, 2006, 12:37:56 PM »
so how did it come out, what can i do to improve it. oh yeah im also looking to see if any of you can cut out the (213) area code in the picture on the main page and change it to (323).  Thanks. here is the site.  http://www.uruapanautosales.com

170
Spam / might as well spam
« on: May 29, 2006, 09:22:57 PM »
i'm about to take a shower so see u guys in a bit. lolz.

171
General / forums are dead!!!!!!!
« on: May 29, 2006, 07:58:24 AM »
these forums are dying man.

173
News / office 07
« on: May 27, 2006, 07:37:31 PM »
oh yeah it looks pretty nice.

174
Media / dance dance evolution
« on: May 25, 2006, 06:13:04 PM »
this vid is pretty funny.  it has all the different dances since like the 50's or something like that.
http://view.break.com/96862

175
Spam / crank call
« on: May 25, 2006, 11:58:09 AM »
well i know u must have heard prank calls before with soundboards but this one just goes perfect.
http://www.ebaumsworld.com/audio/alpacino-prank1.html

176
Help / C# help.
« on: May 24, 2006, 04:15:46 PM »
ok i need help with this. i didnt know where to post it so here it goes

ok im trying to make a game. well it's a project for school. here is what i have to do .
Write an application that plays "guess the number" as follows: Your application chooses the number to be guessed by selecting a random integer in the range 1 to 1000. The application displays the promp Guess a number between 1 and 1000. The player inputs a first guess. If the player's guess is incorrect, your application should display Too high. Try Again. or Too low. Try again. to help the player "zero in" on the correct answer. The application should prompt the user for the next guess. When the user enters the correct answer, display Congratulation s. You guessed the number! and allow the user to choose wether to play again.

here is what i have so far, not much but hey, so if anyone can help i would really appreciate it.

using System;


public class GuessingGame
{
public static void Main (string[]args)
{
Random randomNumber = new Random();
int mainNumber;

for (int counter = 1; counter <=1; counter++)
      {
         mainNumber = randomNumber.N ext(1,1001);
      }

Console.WriteL ine("Number is set,  Guess a number between 1 and 1000");
      int guess = Convert.ToInt3 2(Console.ReadLi ne()); //read guessed number

EDIT: oh yeah this is a console application.

177
Media / cops train hard
« on: May 21, 2006, 07:24:13 PM »

180
Media / bonds got owned.
« on: May 10, 2006, 10:21:47 PM »
that foo has nothing on the big bambino.


Pages: 1 ... 10 11 [12] 13 14

Page created in 0.041 seconds with 25 queries.