November 2018 1 101 Report
Dlaczego mi nie działa ? Przy potęgowaniu podaje zły wynik końcowy

#include <stdio.h>
#include <math.h>

main(){
int a , b;
int m = pow(a,b);
printf("Podaj pierwsza liczbe naturalna a:\n");
scanf("%d", &a);
printf("Podaj druga liczbe naturalna b:\n");
scanf("%d", &b);
if(a<0||b<0){
printf("Podane liczby nie moga byc inne niz naturalne!\n");
}else{
printf("a^b= %d \n", m);
}
}




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.