Pulse Train

  1. include <stdio.h>

int main() { i=1300; for (i<=2200) { i=i+50; printf("%d"\n); } }


Please log in to post comments.