Jajjaajja Jajjaajja 23-10-2022 Informatyka Rozwiązane #include //Biblioteka using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main() { float c,f; int a=1.8; int b=32; cout<<"podaj stopnie celciusza"< >c; f=(c*a)+b; cout<<"farenchajty=" << (float) c*a+b << endl; return 0; } to jest mój kod ale cos mi nie działa ponieważ źle mi liczy i nie wiem zabardzo czemu jesli mogl by ktos wytłumaczyc