Code tính điểm trung bình trong php năm 2024

    

     

    

   

   

    TB HK2

    

     

    

   

   

    Điểm TB

    

     

    

   

   

    Xếp loại

    

    

   

   

    

     

    

    

 

http://itlovedesign.blogspot.com/2017/05/chuong-trinh-tinh-iem-trung-binh-xep.html

Show

File html

`

 

 TÍNH ĐIỂM TB HỌC SINH

 

TÍNH ĐIỂM TRUNG BÌNH CỦA HỌC SINH

 

   

    TB HK1

`

File css

` table{ margin:0 auto; background-color: orange; } .cot{ border: none; }

btnXeploai{

margin-left: 90px; } `

File js

function Tinhdiemtb() { var x1=document.getElementById('diem1'); var x2=document.getElementById('diem2'); if(x1.value=='' && x2.value=='') { alert('Bạn đã nhập thiếu giá trị vào ô nhập liệu'); } else if(x1.value=='') { alert('Bạn đã nhập thiếu giá trị ô nhập liệu thứ 1'); } else if(x2.value=='') { alert('Bạn đã nhập thiếu giá trị ô nhập liệu thứ 2'); } else if(isNaN(x1.value)&&isNaN(x2.value)) { alert('Kí tự bạn nhập không phải là số'); } else if(isNaN(x1.value) ) { alert('Kí tự bạn nhập không phải là số'); } else if(isNaN(x2.value)) { alert('Kí tự bạn nhập không phải là số'); } var tb=document.getElementById('dtb'); tb=(parseFloat(x1.value)+parseFloat(x2.value)*2)/3; var tbfix=tb.toFixed(2);//Lấy 2 số thập phân sau dấu phẩy và làm tròn var xltb=document.getElementById('xeploai'); if(tbfix>=8) { xltb.innerText='Giỏi'; } else if(tbfix>=6.5) { xltb.innerText='Khá'; } else if(tbfix>=5) { xltb.innerText='Trung bình'; } else xltb.innerText='Kém'; return tbfix; }

Chạy trên Web

Code tính điểm trung bình trong php năm 2024

Code tính điểm trung bình trong php năm 2024

Kết quả học tập

ffcccc”>

FF0099″> KẾT QUẢ HỌC TẬP

Điểm HK1
Điểm HK2
Điểm Trung Bình
Kết Quả
Xếp Loại