Discussions Q&R
Hi, I need assistance aka HELP!  
I've done this calculation in various ways  some of printed nothing but zeros non stop.
Using while loop calculate  all numbers 1 to 1000  add numbers to sum = sum + i
int sum = 0;
//  use a while loop to calculate the sum of 1 to 1000
While(int sum = 0; sum >= 1000; sum = sum + I){
System.out.println(sum);
}
 0 Vote
 4 RéponsesWrite a program that uses a dynamic array that contains 5 items of double values. The size of the array is entered when the program is run. Aldo the 5 values must be entered. These tasks are done in the main ( ) function. Then write a function to display the 5 values. The function must have a pointer variable as a parameter. The function is called from the main ( ).
 0 Vote
 2 RéponsesAujourd'hui en vedette
How create a new language ?
 1 Votes
Beginner question
 0 Votes
I need help to solve this
 0 Votes
Project
 0 Votes