Feeds
提问
Newton method calculations using loops??stuck!!
hello I am asked to create a function which calculates value of rn=next value of r by giving rc= current value of r and n. here ...
10 years 前 | 1 个回答 | 0
1
个回答提问
for and while loops calculations with user input
hello, I should calculate the sum of positive and negative numbers and number of positives of a user given input.I considered u...
10 years 前 | 0 个回答 | 0
0
个回答提问
for and while loops calculations with user input
hello, I should calculate the sum of positive and negative numbers and number of positives of a user given input.I considered u...
10 years 前 | 1 个回答 | 0
1
个回答提问
summation using while loop until I get a certain value
hello,I am asked to sum the elements of an array until I get a certain value. I used the while loop but when I run the code it s...
10 years 前 | 2 个回答 | 0