Search found 1 match

by gopalsd
2008-02-12 01:50:58
Forum: Nisus Writer Pro Macros
Topic: If anyone knows the answer
Replies: 1
Views: 6844

If anyone knows the answer

Dear Friends, If anyone knows the answer for below mentione query, pls post answer. #!/usr/bin/perl @data=N; $sum=0; print"enter the required No. of numbers to be inputed : f"; $N=<STDIN>; print"enter the number"; for($i=0;$i<$N;$i+=1) {$data[$i]=<STDIN>; # chomp $data[$i]; $sum=...