List<integer>listNo =new List<integer>(); integer maxno=100; for(integer i =0 ;i<maxno ;i++){ listNo.add(i); } system.debug('List Of Numbers '+listNo);
1 Comment
Leave a reply
You must be logged in to post a comment.
List<integer>listNo =new List<integer>(); integer maxno=100; for(integer i =0 ;i<maxno ;i++){ listNo.add(i); } system.debug('List Of Numbers '+listNo);
You must be logged in to post a comment.
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.