Parse int value

image_pdfimage_print

using System;
public class Sum {
static void Main(String[] args) {
int sum = 0;
for (int i=0; i

This entry was posted in Data Types. Bookmark the permalink.