15i4 stronka pomocy

Dzielenie liczb

#include <iostream>
using namespace std;
float dzielenie( int x, int y )
{
return (float x/y);
}
int main()
{
cout<< "Dzielenie liczb" << endl;
float liczba = dzielenie (50,24);
float << liczba << endl;
return 0;
}

Liczby parzyste

#include <iostream>
using namespace std;
float dzielenie (int x, int y)
{
return(float)x/y;
}
bool parzysta (int x)
{
if (x%2 == 0)
return true;
else
return false;
}
int main()
{
cout << "Liczba pierwsza"<< endl;
float liczba = dzielenie (50,24);
cout << parzyst(10);
return 0;
}

Mnożenie liczb

#include <iostream>
using nmespace std;
int main
(float a, float h, float p)
{
cout << "Podaj a<< endl;
cin >> a;
count << "Podaj h" << endl;
cin >> h;
p=a*h
     ;cout << "wynik wynosi:" << p << endl;
return 0;
}

Dodawanie liczb

#include <iostream>
#include <cstdio>
using namespace sd;
int main ()
{
int a=0,b=0;
cout << "Podaj liczbe 1: ";
cin >> a;
cout << "Podaj liczb 2; ";
cin> >> b;
while (a<0)
{
cout << "\n Liczba mniejsza od zera, podaj jeszcze raz...";
cout << "\n Podaj liczbe 1: ";
cin >> a;
cout << "Podaj liczbe 2: ";
cin >> b;
}
while (b<0)
{
cout << "\n Liczba mniejsza od zera, podaj jeszcze raz...;
cout<< "\n Podaj liczbe 1: ";
cin >> a;
cout << " Poda liczbe 2: ";
cin << b;
}
count <<\n Suma:  "<< a+b;
return 0;
}

Odejmowanie liczb

#include <iostream>
using namespace std;
int main()
{
usigned char x=2;
usigned char y=3;
cout << x-y << endl;
return 0;
}

Ten programmoze tez dodawac trzeba zmienic << x-y na << x+y i tez dziala.
Mnozenie tez i pewnie dzielenie.

Dzielenie liczb z rzestą

#include <iostream>
#include <conio.h>
#include <stdio.h>
using namespace std;
int main()
{
int a,b,calosc reszta;
cout << " Liczba a: ";
cin >> a;
cout << " Liczba b: ";
cin >> b;

calosc = a/b;
rszta = a%b;

cout << endl << endl << " dzielenie liczby" <<a<<"
"przez" << b<<" wynosi: "<< calosc;

cout<<end<<"reszta z dzielenia" <<a<<
"przez" <<b<< wynosi:  "<<reszta;
getch();
}



Dodaj komentarz






Dodaj

Komentarze

StudentII, Dodany: 19.03.2017, 12:19
chyba master of notebook
student, Dodany: 19.03.2017, 12:17
Bartosz to jest master of keyboard zobacz jak kresli w zeszycie
Administrator, Dodany: 19.03.2017, 12:16
uczcie sie lepiej nieuki a nie komentujecie
StudentII, Dodany: 19.03.2017, 12:16
@Student nie mogę bo uczę się mistrza klawiatury
student, Dodany: 19.03.2017, 12:15
@StudentII Ty Panie sprawdz lepiej czy sie wszystko zgadza :D dziergam dziergam
StudentII, Dodany: 19.03.2017, 12:13
Nie świruj
student, Dodany: 19.03.2017, 12:12
powiedzialbym ze tak srednio

© 2013-2024 PRV.pl
Strona została stworzona kreatorem stron w serwisie PRV.pl