java十六進(jìn)制轉(zhuǎn)八進(jìn)制 輸入一個(gè)整數(shù),分別輸出該整數(shù)的八進(jìn)制,十進(jìn)制,十六進(jìn)制?
輸入一個(gè)整數(shù),分別輸出該整數(shù)的八進(jìn)制,十進(jìn)制,十六進(jìn)制?#包括和限制。H>int main(){int a printf(“please enter the value of a)”)scanf(
輸入一個(gè)整數(shù),分別輸出該整數(shù)的八進(jìn)制,十進(jìn)制,十六進(jìn)制?
#包括和限制。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}