Search results

  1. D

    What Does An Electronics Engineer?

    Do They Make Ipods And Phones?
  2. D

    Ok so i have a sony vaio?

    i cracked the screen nd im thinking of getting the extended service plan i bought it november so should i get the extended service plan or not?
  3. D

    is 11 seconds in the hundredfast enough to get a D1 track scholarship or at...

    ...least walk on? is that fast enough to get on a D1 4x1 relay team im in 10th grade and i run it in at least 12 seconds
  4. D

    i can touch the net on a 12 feet rim easily while running is that a good vert?

    im 15 around 5'1 5'2 and 125 pounds is that a good vert will i ever be able to dunk if i keep lifhting weights goal at my house goes up to 12
  5. D

    I have to write a program in java that will calculate a postfix expression......I

    need help.? Heres what I have so far: import java.util.Stack; public class Postfix{ public static double evaluate (String exp){ Stack<Double> s = new Stack<Double>(); String[] token = exp.split("\s+"); for(int i=0; i<token.length; i++){...
Back
Top