Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Challenge: Calculate Average Temperature | For Loops: Fundamentals and Applications
Quizzes & Challenges
Quizzes
Challenges
/
C# Loops Practice

bookChallenge: Calculate Average Temperature

Tâche

Swipe to start coding

Write a program that calculates the average temperature from an array of integers.

  • Use a for loop to sum all values in the temps array.
  • Divide the sum by the number of elements in temps to find the average.
  • Return the average as a double value.

Solution

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 6
single

single

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

close

Awesome!

Completion rate improved to 5.56

bookChallenge: Calculate Average Temperature

Glissez pour afficher le menu

Tâche

Swipe to start coding

Write a program that calculates the average temperature from an array of integers.

  • Use a for loop to sum all values in the temps array.
  • Divide the sum by the number of elements in temps to find the average.
  • Return the average as a double value.

Solution

Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 6
single

single

some-alt