Guest User

Untitled

a guest
Jun 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. int i=0;
  2. while (i<=11){
  3. Temp.Mois=lecturetemp.next().trim();
  4. Temp.temps=Float.parseFloat(lecturetemp.next().trim());
  5. i+=1;
  6. System.out.println("Mois: "+Temp.Mois+" temperature: "+Temp.temps);
Add Comment
Please, Sign In to add comment