import java.util.*; public class weightGuesser{ public static void main(String[] args){ Random rand = new Random(); int num = rand.nextInt(1000)+2; Scanner input = new Scanner(System.in); int age; String name;