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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0