
Szeptember 12.
Olvassatok be 3 számot. Írjátok ki az összegüket, szorzatukat és számtani középarányosukat.
Snippet options
Download: Download snippet as szeptember-12.cpp.
Copy snippet: For this you need a free my code stock.com account.
Embed code : You will find the embed code for this snippet at the end of the page, if you want to embed it into a website or a blog!
#include <iostream> using namespace std; int main() { int a,b,c,S,P; float q; setlocale(LC_ALL,"hun"); cout<<"Első szám="; cin>>a; cout<<"Második szám="; cin>>b; cout<<"Harmadik szám="; cin>>c; S=a+b+c; P=a*b*c; q=S/3; cout<<"Számok összege="<<S<<endl; cout<<"Számok szorzata="<<P<<endl; cout<<"Számok számtani középarányosa="<<q; return 0; }
Create a free my code stock.com account now.
my code stok.com is a free service, which allows you to save and manage code snippes of any kind and programming language. We provide many advantages for your daily work with code-snippets, also for your teamwork. Give it a try!
Find out more and register nowYou can customize the height of iFrame-Codes as needed! You can find more infos in our API Reference for iframe Embeds.