English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Computers & Internet - 12 October 2006

[Selected]: All categories Computers & Internet

Computer Networking · Hardware · Internet · Other - Computers · Programming & Design · Security · Software

I NEED HELP WITH THIS PROGRAM WHO KNOWS HOW TO USE IT??

2006-10-12 18:53:47 · 4 answers · asked by hot4u200124 1 in Software

2006-10-12 18:51:46 · 7 answers · asked by lalapriscilla 1 in Computer Networking

I mislabled a few folders on my mac and pushed secure empty trash on the wrong folder. Is there anyway at all to retrieve them?

2006-10-12 18:51:30 · 11 answers · asked by trueblue 1 in Other - Computers

2006-10-12 18:50:45 · 4 answers · asked by bigskypunk 1 in Software

2006-10-12 18:49:43 · 6 answers · asked by raghu n 1 in Programming & Design

(Is class the right term)

here's what i got:

import java.util.Random;
import java.util.Scanner;

public class Decisions
{

public static void main (String[] args)
{

Random generator = new Random();
Scanner scanner;

int value = generator.nextInt(100) + 1;
int guess = 0;

System.out.println("Enter an integer between 1 and 100 (integers 1\n" +
"and 100 are okay too) and press enter:" );


//HERE LIES THE PROBLEM:
guess = scanner.nextInt();
//


}
}



I want the user to be able to type in a number and press enter.

How do i fix the problem line? Please tell me if you need more details.

Thanks.

2006-10-12 18:45:36 · 2 answers · asked by larkale07 2 in Programming & Design

2006-10-12 18:43:35 · 5 answers · asked by Anonymous in Programming & Design

Does anybody know someone named stevan gess and what his myspace address is?? thanks

2006-10-12 18:40:30 · 3 answers · asked by Anonymous in Internet

2006-10-12 18:37:11 · 12 answers · asked by priscilla l 1 in Desktops

i also changed my user accounts-"change the users log on or off"
i checked both the check boxes in "change the users log on or off"
but i still have the problem please help me

2006-10-12 18:31:22 · 5 answers · asked by Anonymous in Software

I'm connecting and people are uploading and my firewall settings are correct. Help

2006-10-12 18:25:21 · 2 answers · asked by chr1 4 in Internet

2006-10-12 18:23:46 · 7 answers · asked by Anonymous in Other - Computers

been playing up for about 24hrs now starting to get on my nerves.... ive tryed unpluging it for 30 sec,was no better tryed unpluging for couple of hrs still no better i have to double click on things 2 or three times before i get a response if i just double click and wait just getting internet explorer not responding could it be anything to do with my settings in tools>internet options advanced? because i either checked or unchecked 1 or 2 boxes today because i was stressin but cant remember which one(s) it were! please help:[

2006-10-12 18:21:00 · 4 answers · asked by lisagoinmad 2 in Internet

Plzz help me in details.

2006-10-12 18:15:19 · 1 answers · asked by Tabrez s 1 in Internet

can't find it really
maybe this feature not available on mac version?

2006-10-12 18:12:45 · 1 answers · asked by fec 2 in Internet

how much cost a refill kit for HP56

2006-10-12 18:10:55 · 5 answers · asked by Anonymous in Printers

public class solve
{
public static void main( String args[] )
{
// create Scanner to obtain input from command window
Scanner input = new Scanner( System.in );

int x; // first number input by user
int y; // second number input by user
int z; // third number input by user
int a; // fourth number input by user
int result; // output of product
int result1;
int min;
int max;

System.out.print( "Enter first integer: " ); // prompt for input
x = input.nextInt(); // read first integer

System.out.print( "Enter second integer: " ); // prompt for input
y = input.nextInt(); // read second integer

System.out.print( "Enter third integer: " ); // prompt for input
z = input.nextInt(); // read third integer

System.out.print ("Enter fourth integer: " ); // prompt for input
a = input.nextInt (); // read fourth integer

result = x + y + z + a; // calculate product of numbers

result1 = x * y * z * a;


min = x;
if (y < x)
min = y;
if (z < y)
min = z;
if (a < z);
min = a;



max = x;
if (y > x)
max = y;
if (z > y)
max = z;
if (a > z);
max = a;





System.out.printf( "Sum is %d\n", result );
System.out.printf( "Product is %d\n", result1 );
System.out.printf( "Minimum is: " , min );
System.out.printf( "Maximum is: " , max );

2006-10-12 18:10:49 · 3 answers · asked by azhi_saleem 1 in Programming & Design

im looking for a backround picture for myspace of a dragon, anyone have some links?

2006-10-12 18:05:40 · 3 answers · asked by Anonymous in Internet

Setting up a Java game called paddleship, same as battleship and having trouble setting the coordinates for row and column using if then statements. Definitely would appreciate it.

2006-10-12 18:05:02 · 2 answers · asked by azhi_saleem 1 in Programming & Design

Is it better to have a water cooling system in the computer rather than a bunch of fans or does it really matter? I just bought a gaming case and am getting ready to put my stuff in it and wasnt sure.

2006-10-12 18:04:11 · 4 answers · asked by justinbowen2003 2 in Desktops

Working on a Java program that we have to create max and min and intiate program to determine what integers are max and which are min using if statements.

2006-10-12 18:02:42 · 2 answers · asked by azhi_saleem 1 in Programming & Design

How exactly would someone use a MOD Chip? For example: If someone has a Playstation 2 MOD Chip, could they just change how the system works? Or Could they change how the system works and all the games that go to it? And is it a way to install one on a computer?

2006-10-12 18:02:18 · 2 answers · asked by Anonymous in Software

toshiba, acer, sony, mac, hp, emachines, alienware, dell, compaq, gateway

please include reasons for ranking

2006-10-12 18:00:27 · 6 answers · asked by ashleynicole 2 in Programming & Design

2006-10-12 18:00:10 · 2 answers · asked by nerdelectric 2 in Other - Hardware

I have to use recursion to figure out how many 2's and 5's it will take to make an integer greater than 4. For example with the integer 14, you need two 2's and two 5's. For 13, you need four 2's and one 5.

It basically works like this. As you count up, if there is more than two 2's then you take away two 2's and add a 5, otherwise you minus one away from the 5's and add three 2's. I am asked to do this in a recursive function but i am unsure as to how. The inputs are the integer wanted and I assume the 2's and 5's. So i think it is

fcnName(n,two,five)
{
if(n==4)
return two 2's and zero 5's

unsure of what else to put in here
}

2006-10-12 17:53:13 · 5 answers · asked by mikehockstein 2 in Programming & Design

are there any sites that you can give the fractions and it will tell which one is greater and which ones less

2006-10-12 17:53:01 · 2 answers · asked by Jen 1 in Internet

Will it restore even if its EMACHINE disc and not a HP disc please someone help me thank you

2006-10-12 17:46:33 · 7 answers · asked by CAMMIE 1 in Desktops

2006-10-12 17:41:07 · 2 answers · asked by Learning Kid 2 in Internet

fedest.com, questions and answers