java十六進制轉(zhuǎn)八進制 輸入一個整數(shù),分別輸出該整數(shù)的八進制,十進制,十六進制?
輸入一個整數(shù),分別輸出該整數(shù)的八進制,十進制,十六進制?#包括和限制。H>int main(){int a printf(“please enter the value of a)”)scanf(
輸入一個整數(shù),分別輸出該整數(shù)的八進制,十進制,十六進制?
#包括和限制。H>int main(){int a printf(“please enter the value of a)”)scanf(%d”,&A)printf(“octal:Ot determinal:dt exal:Xn”,a,a,a)返回0}