public class EnhanceLoop {
public static void main(String[] args) {
int a[]={5,2,3,5};
int total =0;
for(int x:a)
{
total+=x;
}
System.out.println(total);
}
}
public class EnhanceLoop {
public static void main(String[] args) {
int a[]={5,2,3,5};
int total =0;
for(int x:a)
{
total+=x;
}
System.out.println(total);
}
}
<?php // Start the session session_start(); ?> <!DOCTYPE html> <html> <head> <link rel=&q...
No comments:
Post a Comment