public class Bai10 {
public static void main(String[] args) {
PhanSo ps1=new PhanSo();
PhanSo ps2=new PhanSo();
ps1.NhapPS();
ps1.XuatPS();
ps2.NhapPS();
ps2.XuatPS();
ps1.congPhanSo(ps2);
}
}
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.