Biểu diễn số tự nhiên trong hệ G Phân

HuanBuiThanh

 

Program bai1; Uses Crt; Var a:array[1..20] of string; xau:string; i,j,n,g,sd : integer; Begin Clrscr; Writeln(' Bieu dien so tu nhien trong G-Phan:'); Writeln('-------------------------------'); Write('Nhap so tu nhien N = ');Readln(n); Write('Nhap he so G: = ');Readln(g); i := 1;sd:=0; xau := ''; if (g = 16) then begin while (n >0 ) do begin sd := n mod g; str(sd,xau); if (sd<10) then a[i]:= '0' + xau else xau := Chr(sd+55); a[i]:= xau; n := n div g; i:=i+1; end; end else begin Repeat sd := n mod g; str(sd,xau); a[i]:= xau; n := n div g; i:=i+1; Until n=0; end; Write('So can tim la: '); For j:=i-1 downto 1 do Write(a[j]); Readln; End.

Getting Info...

Đăng nhận xét

Cảm ơn bạn đã quan tâm và gửi nhận xét tại
http://huanbuithanh.blogspot.com
hãy ghé thăm blog hàng ngày để được cập nhật những thủ thuật mới nhất nhé . thân ái !
Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.