Basic-Level Java Questions - Set2
Basic-Level Java Questions - Set2
----------------------------------
Q1. Sum of N Numbers
Question:
Write a Java program using a single class that:
Takes n integer inputs.
Calculates and prints the sum of all entered numbers.