Q&A Discussions
Golanguage?
1 Vote
1 Answeri want to print sum of all integers from 1to 100 like for example :
1
3
6
10
15......
i tried it i know my code is wrong please help me class Program {
public static void main(String[] args) {
for(int x = 1; x <101; x++) {
int sum = int x;
System.out.println("1");
System.out.println("sum");
}
}
}
3 Votes
11 AnswersI can not figure this out. Write a program using an array to prompt for 10 grades and add them all up and divide by 10 to find the average. If a user inputs a negative number, add up all the numbers that are not negative and divide it by the amount of numbers that are not negative. Using two functions other than main.
1 Vote
4 AnswersHot today
HTML
1 Votes
I want an advice
1 Votes
Can you build webs with java?
1 Votes
Videos
0 Votes
Comments help
1 Votes
About sololearn
0 Votes
How to make games
1 Votes