Advertisement
Guest User

Untitled

a guest
May 25th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Dart 0.16 KB | None | 0 0
  1. for(int i = 0; i < p1.length; i++){
  2.         stdout.write('Informe o valor do ponto x' + ($i + 1) + ': ');
  3.         p1[i] = num.parse(stdin.readLineSync());
  4.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement