February 15th, 2011 at 08:56am
Under Forum
please help me figure out the base of this log graph?
http://graphs.gapminder.org/world/#$majorMode=chart$is;shi=t;ly=2003;lb=f;il=t;fs=11;al=30;stl=t;st=t;nsl=t;se=t$wst;tts=C$ts;sp=6;ti=2004$zpv;v=0$inc_x;mmid=XCOORDS;iid=phAwcNAVuyj0TAlJeCEzcGQ;by=ind$inc_y;mmid=YCOORDS;iid=phAwcNAVuyj1jiMAkmq1iMg;by=ind$inc_s;uniValue=8.21;iid=phAwcNAVuyj0XOoBL_n5tAQ;by=ind$inc_c;uniValue=255;gid=CATID0;by=grp$map_x;scale=lin;dataMin=0.842;dataMax=8.7$map_y;scale=log;dataMin=162;dataMax=119849$map_s;sma=49;smi=2.65$cd;bd=0$inds=
By Barcode Scanner
November 27th, 2007 at 05:20am
Under Forum
so i got this java code but there is something wrong with it, and i cant figure it out?
here is the code to a simple java program and i keep getting “can not find symbol” error when i try to compile it….
and this is a error that i get often, but i can’t seem to catch my problem…. can someone give me some pointers?
import java.util.Scanner;
public class testScore
{
public static void main(String[] args)
{
Scanner in = new Scanner (System.in);
final int test= 3;//number of tests given by teacher
int test1;//score on first test
int test2;//score on second test
int test3;//score on third test
int score;
//— get info from user
System.out.print(“what score did you get on the first test? :”);
test1 = in.nextInt;
System.out.print(“what score did you get on the second test? :”);
test2 = in.nextInt;
System.out.print(“what score did you get on the third test? :”);
test3 = in.nextInt;
//get average score on test
score = test1 + test2 + test3;
score = score / test;
//return average to user
System.out.prntln(“your average score over all 3 tests is ” +score +” points.”);
}
}//end testScore
Best answer:
change in.nextInt to in.nextInt(). Also, you missed an ‘i’ in System.out.println();
Hope this helps.
By Barcode Scanner
August 24th, 2007 at 07:48pm
Under Forum
Is it possible to figure out what your XBOX 360 serial number from the barcode on the box?
Some low-life broke into my house and stole my XBOX 360 and all of my games. I need the serial number if I’m going to have any hope of tracking it down. I still have the box and I know when you go to the store to return it they scan both the box and the console to match them up. Is it possible to tell what my serial number was just from the barcode on the box? Thanks for any help anyone can send me.
Best answer:
if you take it to the store and they scan the box, they have the serial number in their system. when i bought my xbox, the guy had to put the serial number in the system when he sold it to me. so it’s in the store’s system.
By Barcode Scanner
September 7th, 2005 at 10:04am
Under Forum
Curves software Go Figure ?
Curves software – - GoFigure trouble. Do you know how to get a Metrologic Voyager 9520 barcode scanner to work? Could you write out how? We use 128B code.
Best answer:
Had a similar problem with a club. Get a Metrologic Voyager 9520 from the vendor of your choice. The support for this is amazing. Once you tell them you have a Curves, they’ll know exactly what to do. Keep in mind this will take a bit of trial and error programming. The barcode is a 128B. Good Luck.
By Barcode Scanner