Guest User

Untitled

a guest
Jan 24th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. void leesin() {
  2.     int status = 1;
  3.     double zijde;
  4.     double lengte;
  5.     while(status == 2) {
  6.         status = scanf("%lf, %lf",&zijde,&lengte);
  7.         printf(""+status);
  8.     }
  9. }
Add Comment
Please, Sign In to add comment