Write a while loop that will generate and print 100 random integers on the range [1,1000)?
I cant get mine right, plz help. Also, i dont have JAVA so couldnt really check
And also, if you can:
Write a while loop that adds up all the odd numbers between 0 and 100 and displays the total as output. Display the total only once at the end of the program.