Chat with our AI personalities
Well.. A 6 ex big number can be f(67217,15376537,673576157,f(238231,2136873261,38713286,3218761872)) in my f notation
a really big number you dummy!
There is no smallest number and no biggest number. Given any big number, however big, it is always possible to find one that is bigger (and the same with the smallest).
That might be an exponent.
a big number!
#include<iostream.h> #include<conio.h> void main(){ int Number[10]; cout<<"Enter ten numbers"; for (int i=0;i<10;i++) cin>>Number[i]; int Big=0; for(int j=0;j<10;j++){ if (Big<Number[i]) Big=Number[i]; } cout<<"gretest Number:"<<Big; getch(); }