Write a program that uses a loop with a sentinel value to find the sum of the values input. Prompt the user to input the values until a sentinel value of -999 is input. After the sentinel value is input, output the sum. Input the following numbers 21, -147, 77, 81, 1002, -23 and -999.

Answer :

Cytokine

In python, your code should be:

${teks-lihat-gambar} Cytokine

Other Questions