December 2018 2 64 Report
Oblicz średnia arytmetyczną liczb od 5 - 20..
C++
Zrobiłem coś takiego ale jest gdzieś bląd bo nie odpala mi tego programu.. proszę o pomoc w znalezieniu błędu..

#include

using namespace std;

int main()
{
int licznik=0; suma=0; srednia=0;
for(int i=5; i<=20; i++)
{
suma=suma+i;
licznik=licznik+i;
}
srednia= suma/ licznik
cout <<"srednia wynosi: "< return 0;
}

More Questions From This User See All

Recommend Questions



Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.