Niestety, nikt nie powie Ci czym jest FluxBB - musisz go poznać sam!
Nie jesteś zalogowany na forum.
Strony: 1
#include <iostream>
using namespace std;
int main()
{
float a,b,c,d,e;
cin>>a;
cout<<"podaj ile liczb ma byc wywietlone";
cin>>d;
c=a+d;
b=a;
cout<<"podaj o ile liczb ma sie wyswietlac";
cin>>e;
while (b<c)
{
b=b+e;
cout<<" "<<b;
}
}
Offline
Strony: 1
[ Wygenerowano w 0.015 sekund, wykonano 11 zapytań - Pamięć użyta: 477.53 kB (Maksimum: 528.78 kB) ]