Guest User

Untitled

a guest
Jan 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. public int price, items[] = {1, 2, 3, 4, 5, 6, 7};
  2. public class Pricecheck extends Thread {
  3. public void run() {
  4.  
  5.         for (int i : items) {
  6.                 price += grandExchange.lookup(i).getGuidePrice();
  7.         }
  8. }
  9. }
Add Comment
Please, Sign In to add comment